Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pprof_cyclesPerSecond (0.13 sec)

  1. src/runtime/cpuprof.go

    //   - github.com/pyroscope-io/godeltaprof
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname pprof_cyclesPerSecond runtime/pprof.runtime_cyclesPerSecond
    func pprof_cyclesPerSecond() int64 {
    	return ticksPerSecond()
    }
    
    // readProfile, provided to runtime/pprof, returns the next chunk of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/runtime/pprof/pprof.go

    func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool)
    
    //go:linkname pprof_cyclesPerSecond runtime/pprof.runtime_cyclesPerSecond
    func pprof_cyclesPerSecond() int64
    
    //go:linkname pprof_memProfileInternal runtime.pprof_memProfileInternal
    func pprof_memProfileInternal(p []profilerecord.MemProfileRecord, inuseZero bool) (n int, ok bool)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top