MCPcopy
hub / github.com/etcd-io/etcd / newReport

Function newReport

tools/benchmark/cmd/util.go:160–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func newReport() report.Report {
161 p := "%4.4f"
162 if precise {
163 p = "%g"
164 }
165 if sample {
166 return report.NewReportSample(p)
167 }
168 return report.NewReport(p)
169}
170
171func newWeightedReport() report.Report {
172 p := "%4.4f"

Callers 10

putFuncFunction · 0.70
watchGetFuncFunction · 0.70
mixedTxnFuncFunction · 0.70
leaseKeepaliveFuncFunction · 0.70
rangeFuncFunction · 0.70
benchMakeWatchesFunction · 0.70
benchPutWatchesFunction · 0.70
watchLatencyFuncFunction · 0.70
txnPutFuncFunction · 0.70
stmFuncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…