(b *testing.B)
| 16 | } |
| 17 | |
| 18 | func BenchmarkCPUProfilerOff(b *testing.B) { |
| 19 | p := ProfilingFor(nil).CPUProfiler() |
| 20 | benchmarkFunctionListener(b, p) |
| 21 | } |
| 22 | |
| 23 | func TestCPUProfilerTime(t *testing.T) { |
| 24 | currentTime := int64(0) |
nothing calls this directly
no test coverage detected