2 instantiations of StartStopEvents
ILCompiler.DependencyAnalysisFramework (2)
PerfEventSource.cs (2)
37
return new
StartStopEvents
(Log.GraphProcessingStop);
46
return new
StartStopEvents
(Log.DependencyAnalysisStop);
6 references to StartStopEvents
ILCompiler.DependencyAnalysisFramework (6)
DependencyAnalyzer.cs (2)
298
using (PerfEventSource.
StartStopEvents
.GraphProcessingEvents())
306
using (PerfEventSource.
StartStopEvents
.DependencyAnalysisEvents())
PerfEventSource.cs (4)
31
public static
StartStopEvents
GraphProcessingEvents()
34
return default(
StartStopEvents
);
40
public static
StartStopEvents
DependencyAnalysisEvents()
43
return default(
StartStopEvents
);