MCPcopy
hub / github.com/prometheus/client_golang / BenchmarkHistogramObserve1

Function BenchmarkHistogramObserve1

prometheus/histogram_test.go:63–65  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

61}
62
63func BenchmarkHistogramObserve1(b *testing.B) {
64 benchmarkHistogramObserve(1, b)
65}
66
67func BenchmarkHistogramObserve2(b *testing.B) {
68 benchmarkHistogramObserve(2, b)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected