1 instantiation of PerfEventSource
ILCompiler.ReadyToRun (1)
Compiler\PerfEventSource.cs (1)
15public static PerfEventSource Log = new PerfEventSource();
7 references to PerfEventSource
crossgen2 (3)
Program.cs (3)
162using (PerfEventSource.StartStopEvents.LoadingEvents()) 352using (PerfEventSource.StartStopEvents.CompilationEvents()) 355using (PerfEventSource.StartStopEvents.LoadingEvents())
ILCompiler.ReadyToRun (4)
Compiler\PerfEventSource.cs (1)
15public static PerfEventSource Log = new PerfEventSource();
Compiler\ReadyToRunCodegenCompilation.cs (3)
413using (PerfEventSource.StartStopEvents.EmittingEvents()) 724using (PerfEventSource.StartStopEvents.JitEvents()) 955using (PerfEventSource.StartStopEvents.JitMethodEvents())