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)
156using (PerfEventSource.StartStopEvents.LoadingEvents()) 345using (PerfEventSource.StartStopEvents.CompilationEvents()) 348using (PerfEventSource.StartStopEvents.LoadingEvents())
ILCompiler.ReadyToRun (4)
Compiler\PerfEventSource.cs (1)
15public static PerfEventSource Log = new PerfEventSource();
Compiler\ReadyToRunCodegenCompilation.cs (3)
410using (PerfEventSource.StartStopEvents.EmittingEvents()) 709using (PerfEventSource.StartStopEvents.JitEvents()) 940using (PerfEventSource.StartStopEvents.JitMethodEvents())