MCPcopy
hub / github.com/grpc/grpc-go / Print

Method Print

benchmark/stats/histogram.go:106–108  ·  view source on GitHub ↗

Print writes textual output of the histogram values.

(w io.Writer)

Source from the content-addressed store, hash-verified

104
105// Print writes textual output of the histogram values.
106func (h *Histogram) Print(w io.Writer) {
107 h.PrintWithUnit(w, 1)
108}
109
110// PrintWithUnit writes textual output of the histogram values .
111// Data in histogram is divided by a Unit before print.

Callers 2

StringMethod · 0.95
DoSoakTestFunction · 0.95

Calls 1

PrintWithUnitMethod · 0.95

Tested by

no test coverage detected