Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Utilization (0.08 sec)

  1. src/cmd/compile/internal/types2/stdlib_test.go

    		dirFiles: dirFiles,
    		pkgs:     make(map[string]*futurePackage),
    	}
    
    	start := time.Now()
    
    	// Though we read files while parsing, type-checking is otherwise CPU bound.
    	//
    	// This doesn't achieve great CPU utilization as many packages may block
    	// waiting for a common import, but in combination with the non-deterministic
    	// map iteration below this should provide decent coverage of concurrent
    	// type-checking (see golang/go#47729).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top