Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for translateCPUProfile (0.2 sec)

  1. src/runtime/pprof/pprof_test.go

    // involved in recursion but that may not be true in the future compilers. This
    // tests such cases by using fake call sequences and forcing the profile build
    // utilizing translateCPUProfile defined in proto_test.go
    func TestTryAdd(t *testing.T) {
    	if _, found := findInlinedCall(inlinedCallerDump, 4<<10); !found {
    		t.Skip("Can't determine whether anything was inlined into inlinedCallerDump.")
    	}
    
    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