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)
172using (PerfEventSource.StartStopEvents.LoadingEvents()) 379using (PerfEventSource.StartStopEvents.CompilationEvents()) 382using (PerfEventSource.StartStopEvents.LoadingEvents())
ILCompiler.ReadyToRun (4)
Compiler\PerfEventSource.cs (1)
15public static PerfEventSource Log = new PerfEventSource();
Compiler\ReadyToRunCodegenCompilation.cs (3)
426using (PerfEventSource.StartStopEvents.EmittingEvents()) 737using (PerfEventSource.StartStopEvents.JitEvents()) 968using (PerfEventSource.StartStopEvents.JitMethodEvents())