We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f52fc3 commit ad3fdbbCopy full SHA for ad3fdbb
src/TraceEvent/Stacks/Histogram.cs
@@ -68,6 +68,7 @@ public void AddMetric(float metric, int bucket)
68
m_buckets[m_singleBucketNum] = m_singleBucketValue;
69
// Clear the single bucket tracking since we're now using the array
70
m_singleBucketNum = -1;
71
+ m_singleBucketValue = 0;
72
}
73
m_buckets[bucket] += metric;
74
0 commit comments