Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutexHog1 (0.57 sec)

  1. src/net/http/pprof/pprof_test.go

    		}
    		if !seen(p, "mutexHog1") && seen(p, "mutexHog2") && p.DurationNanos > 0 {
    			break // pass
    		}
    		if d == 32 {
    			t.Errorf("want mutexHog2 but no mutexHog1 in the profile, and non-zero p.DurationNanos, got %v", p)
    		}
    	}
    	p, err = query("/debug/pprof/mutex")
    	if err != nil {
    		t.Fatalf("failed to query mutex profile: %v", err)
    	}
    	if !seen(p, "mutexHog1") || !seen(p, "mutexHog2") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 19:52:28 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top