1 write to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
65
_cacheHitIndexHistogram
= new(bucketSize: 1, maxBucketValue: int.MaxValue, bucketCount: _totalHistory + 1);
5 references to _cacheHitIndexHistogram
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Host\RemoteSolutionCache.cs (5)
39
/// cref="
_cacheHitIndexHistogram
"/>.
45
/// TotalHistory). When this happens we'll increment <see cref="
_cacheHitIndexHistogram
"/>.
141
_cacheHitIndexHistogram
.IncreaseCount(index);
158
_cacheHitIndexHistogram
.WriteTelemetryPropertiesTo(m, prefix: nameof(
_cacheHitIndexHistogram
));