Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for includesFinalizer (0.26 sec)

  1. src/runtime/pprof/pprof_test.go

    	goroutineProf := Lookup("goroutine")
    
    	profilerCalls := func(s string) int {
    		return strings.Count(s, "\truntime/pprof.runtime_goroutineProfileWithLabels+")
    	}
    
    	includesFinalizer := func(s string) bool {
    		return strings.Contains(s, "runtime.runfinq")
    	}
    
    	// Concurrent calls to the goroutine profiler should not trigger data races
    	// or corruption.
    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