Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for truncated_stack_trace_twice (0.14 sec)

  1. src/runtime/pprof/pprof_test.go

    		wantSamples: []*profile.Sample{
    			{Value: []int64{70, 70 * period}, Location: []*profile.Location{{ID: 1}}},
    		},
    	}, {
    		// The same location is used for duplicated stacks.
    		name: "truncated_stack_trace_twice",
    		input: []uint64{
    			3, 0, 500, // hz = 500. Must match the period.
    			4, 0, 70, inlinedCallerStack[0],
    			// Fake frame: add a fake call to
    			// inlinedCallerDump to prevent this sample
    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