5 references to s_histogramLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (5)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (5)
48
s_histogramLogAggregator
.LogTime(ActionInfo.SourceInitializationTicks, elapsed);
58
s_histogramLogAggregator
.LogTime(key, elapsed);
64
s_histogramLogAggregator
.LogTime(ActionInfo.ItemManagerSortTicks, elapsed);
74
s_histogramLogAggregator
.LogTime(key, elapsed);
92
foreach (var kv in
s_histogramLogAggregator
)