Home
last modified time | relevance | path

Searched refs:benchmarkCreateGoroutines (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc_test.go667 benchmarkCreateGoroutines(b, 1)
671 benchmarkCreateGoroutines(b, runtime.GOMAXPROCS(-1))
674 func benchmarkCreateGoroutines(b *testing.B, procs int) { func