1 instantiation of PerfEventSource
ILCompiler.ReadyToRun (1)
Compiler\PerfEventSource.cs (1)
15
public static PerfEventSource Log = new
PerfEventSource
();
7 references to PerfEventSource
crossgen2 (3)
Program.cs (3)
156
using (
PerfEventSource
.StartStopEvents.LoadingEvents())
345
using (
PerfEventSource
.StartStopEvents.CompilationEvents())
348
using (
PerfEventSource
.StartStopEvents.LoadingEvents())
ILCompiler.ReadyToRun (4)
Compiler\PerfEventSource.cs (1)
15
public static
PerfEventSource
Log = new PerfEventSource();
Compiler\ReadyToRunCodegenCompilation.cs (3)
410
using (
PerfEventSource
.StartStopEvents.EmittingEvents())
709
using (
PerfEventSource
.StartStopEvents.JitEvents())
940
using (
PerfEventSource
.StartStopEvents.JitMethodEvents())