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

Function makeStackTraceFromFrames

cpu_test.go:116–118  ·  view source on GitHub ↗
(stackFrames []experimental.StackFrame)

Source from the content-addressed store, hash-verified

114}
115
116func makeStackTraceFromFrames(stackFrames []experimental.StackFrame) stackTrace {
117 return makeStackTrace(stackTrace{}, experimental.NewStackIterator(stackFrames...))
118}

Callers 1

TestCPUProfilerTimeFunction · 0.85

Calls 1

makeStackTraceFunction · 0.85

Tested by

no test coverage detected