Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for highPrecisionTimeSince (0.13 sec)

  1. src/testing/testing.go

    		return
    	}
    
    	// We don't want to include the time we spend waiting for serial tests
    	// in the test duration. Record the elapsed time thus far and reset the
    	// timer afterwards.
    	t.duration += highPrecisionTimeSince(t.start)
    
    	// Add to the list of tests to be released by the parent.
    	t.parent.sub = append(t.parent.sub, t)
    
    	// Report any races during execution of this test up to this point.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top