11 references to AddDataPoint
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (4)
69s_statisticLogAggregator.AddDataPoint(ActionInfo.SourceInitializationTicks, elapsed); 79s_statisticLogAggregator.AddDataPoint(key, elapsed); 85s_statisticLogAggregator.AddDataPoint(ActionInfo.ItemManagerSortTicks, elapsed); 95s_statisticLogAggregator.AddDataPoint(key, elapsed);
Microsoft.CodeAnalysis.Features (6)
Completion\Log\CompletionProvidersLogger.cs (6)
41s_statisticLogAggregator.AddDataPoint(ActionInfo.TypeImportCompletionTicks, elapsed); 59s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionTicks, total); 63s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionRemoteAssetSyncTicks, remoteAssetSync.Value); 64s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionRemoteTicks, total - remoteAssetSync.Value - getSymbols - createItems); 67s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionGetSymbolsTicks, getSymbols); 68s_statisticLogAggregator.AddDataPoint(ActionInfo.ExtensionMethodCompletionCreateItemsTicks, createItems);
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
53_elapsedTimeByGenerator.AddDataPoint(GetTelemetryKey(generatorTime.Generator, project), generatorTime.ElapsedTime);