Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for directly_recursive_func_is_not_inlined (0.37 sec)

  1. src/runtime/pprof/pprof_test.go

    		// recursive inlineCalleeDump call. This is simulating a non-Go
    		// function that looks like an inlined Go function other than
    		// its recursive property. See pcDeck.tryAdd.
    		name: "directly_recursive_func_is_not_inlined",
    		input: []uint64{
    			3, 0, 500, // hz = 500. Must match the period.
    			5, 0, 30, inlinedCallerStack[0], inlinedCallerStack[0],
    			4, 0, 40, inlinedCallerStack[0],
    		},
    		count: 3,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top