Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for highPrecisionTimeNow (0.12 sec)

  1. src/testing/testing.go

    	t.context.waitParallel()
    
    	if t.chatty != nil {
    		t.chatty.Updatef(t.name, "=== CONT  %s\n", t.name)
    	}
    	running.Store(t.name, highPrecisionTimeNow())
    	t.start = highPrecisionTimeNow()
    
    	// Reset the local race counter to ignore any races that happened while this
    	// goroutine was blocked, such as in the parent test or in other parallel
    	// subtests.
    	//
    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