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)
162
using (
PerfEventSource
.StartStopEvents.LoadingEvents())
352
using (
PerfEventSource
.StartStopEvents.CompilationEvents())
355
using (
PerfEventSource
.StartStopEvents.LoadingEvents())
ILCompiler.ReadyToRun (4)
Compiler\PerfEventSource.cs (1)
15
public static
PerfEventSource
Log = new PerfEventSource();
Compiler\ReadyToRunCodegenCompilation.cs (3)
413
using (
PerfEventSource
.StartStopEvents.EmittingEvents())
724
using (
PerfEventSource
.StartStopEvents.JitEvents())
955
using (
PerfEventSource
.StartStopEvents.JitMethodEvents())