MCPcopy Index your code
hub / github.com/google/gvisor / debugString

Method debugString

tools/bigquery/bigquery.go:263–265  ·  view source on GitHub ↗

debugString writes debug information to the given string builder with the given prefix.

(sb *strings.Builder, prefix string)

Source from the content-addressed store, hash-verified

261// debugString writes debug information to the given string builder with the
262// given prefix.
263func (c *Condition) debugString(sb *strings.Builder, prefix string) {
264 writeLine(sb, prefix, "Condition: %s = %s", c.Name, c.Value)
265}
266
267// Metric holds the actual metric data and unit information for this benchmark.
268type Metric struct {

Callers 1

StringMethod · 0.95

Calls 1

writeLineFunction · 0.85

Tested by

no test coverage detected