Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/metrics_test.go

    }
    
    // Call f() and verify that the correct STW metrics increment. If isGC is true,
    // fn triggers a GC STW. Otherwise, fn triggers an other STW.
    func testSchedPauseMetrics(t *testing.T, fn func(t *testing.T), isGC bool) {
    	m := []metrics.Sample{
    		{Name: "/sched/pauses/stopping/gc:seconds"},
    		{Name: "/sched/pauses/stopping/other:seconds"},
    		{Name: "/sched/pauses/total/gc:seconds"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top