Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopAlarm (0.16 sec)

  1. src/go/doc/testdata/testing.1.golden

    	// roundUp rounds x up to a number of the form [1eX, 2eX, 5eX]. 
    	func roundUp(n int) int
    
    	// startAlarm starts an alarm if requested. 
    	func startAlarm()
    
    	// stopAlarm turns off the alarm. 
    	func stopAlarm()
    
    	// 
    	func tRunner(t *T, test *InternalTest)
    
    
    TYPES
    	// B is a type passed to Benchmark functions to manage benchmark ...
    	type B struct {
    		common
    		N		int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 8.4K bytes
    - Viewed (0)
Back to top