Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
func
BenchmarkMemoryProfiler(b *testing.B) {
8
p := ProfilingFor(nil).MemoryProfiler()
9
benchmarkFunctionListener(b, p)
10
}
Callers
nothing calls this directly
Calls
3
ProfilingFor
Function · 0.85
benchmarkFunctionListener
Function · 0.85
MemoryProfiler
Method · 0.80
Tested by
no test coverage detected