MCPcopy Create free account
hub / github.com/google/pprof / BenchmarkDot

Function BenchmarkDot

internal/driver/webui_test.go:307–307  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

305func BenchmarkTop(b *testing.B) { benchmarkURL(b, "/top", false) }
306func BenchmarkFlame(b *testing.B) { benchmarkURL(b, "/flamegraph", false) }
307func BenchmarkDot(b *testing.B) { benchmarkURL(b, "/", true) }
308
309func benchmarkURL(b *testing.B, path string, needDot bool) {
310 if needDot {

Callers

nothing calls this directly

Calls 1

benchmarkURLFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…