MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / BenchmarkMemoryProfiler

Function BenchmarkMemoryProfiler

mem_test.go:7–10  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

5)
6
7func BenchmarkMemoryProfiler(b *testing.B) {
8 p := ProfilingFor(nil).MemoryProfiler()
9 benchmarkFunctionListener(b, p)
10}

Callers

nothing calls this directly

Calls 3

ProfilingForFunction · 0.85
MemoryProfilerMethod · 0.80

Tested by

no test coverage detected