Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for latencies (0.23 sec)

  1. pkg/kubelet/kubelet.go

    	// Mutex to serialize new pod admission and existing pod resizing
    	podResizeMutex sync.Mutex
    
    	// OpenTelemetry Tracer
    	tracer trace.Tracer
    
    	// Track node startup latencies
    	nodeStartupLatencyTracker util.NodeStartupLatencyTracker
    }
    
    // ListPodStats is delegated to StatsProvider, which implements stats.Provider interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	throw("castogscanstatus")
    	panic("not reached")
    }
    
    // casgstatusAlwaysTrack is a debug flag that causes casgstatus to always track
    // various latencies on every transition instead of sampling them.
    var casgstatusAlwaysTrack = false
    
    // If asked to move to or from a Gscanstatus this will throw. Use the castogscanstatus
    // and casfrom_Gscanstatus instead.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gen.tr
    gov.tr
    info.tr
    mil.tr
    k12.tr
    kep.tr
    name.tr
    net.tr
    org.tr
    pol.tr
    tel.tr
    tsk.tr
    tv.tr
    web.tr
    // Used by Northern Cyprus
    nc.tr
    // Used by government agencies of Northern Cyprus
    gov.nc.tr
    
    // tt : http://www.nic.tt/
    tt
    co.tt
    com.tt
    org.tt
    net.tt
    biz.tt
    info.tt
    pro.tt
    int.tt
    coop.tt
    jobs.tt
    mobi.tt
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top