Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof_test.go375 y := recursionCallee(3, x)
379 func recursionCallee(n, x int) int { func
384 return y * recursionCallee(n-1, x)