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