Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accumulateGCPauseTime (0.23 sec)

  1. src/runtime/mstats.go

    }
    
    // accumulateGCPauseTime add dt*stwProcs to the GC CPU pause time stats. dt should be
    // the actual time spent paused, for orthogonality. maxProcs should be GOMAXPROCS,
    // not work.stwprocs, since this number must be comparable to a total time computed
    // from GOMAXPROCS.
    func (s *cpuStats) accumulateGCPauseTime(dt int64, maxProcs int32) {
    	cpu := dt * int64(maxProcs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top