Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for truncated_stack_trace_only (0.4 sec)

  1. src/runtime/pprof/pprof_test.go

    			{Value: []int64{80, 80 * period}, Location: []*profile.Location{{ID: 1}}},
    		},
    	}, {
    		// We can recover the inlined caller from a truncated stack.
    		name: "truncated_stack_trace_only",
    		input: []uint64{
    			3, 0, 500, // hz = 500. Must match the period.
    			4, 0, 70, inlinedCallerStack[0],
    		},
    		count:    2,
    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