dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 511 forks source link

EventSource instrumentation in CoreLib #2414

Open jkotas opened 7 years ago

jkotas commented 7 years ago

CoreCLR has EventSource tracing for many different subsystems: Tasks, ArrayPool, ... . They are WinRT-specific, stubbed out or otherwise non-existent in CoreRT.

safern commented 7 years ago

ArrayPoolEventSource is now complete in CoreRT.