Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    for(const[stage,initiatorToRanges]of stageToInitiatorToRanges){for(const[initiator,ranges]of initiatorToRanges){const cpuTime=tr.b.math.Statistics.sum(ranges,range=>rangeToCpuTime.get(range));const duration=tr.b.math.Statistics.sum(ranges,range=>range.duration);const cpuTimePerSecond=cpuTime/duration;mdvBuilder.addPath([[processType],[thread.type],[stage,initiator]],[cpuTimePerSecond,cpuTime],tr.b.MultiDimensionalViewBuilder.ValueKind.TOTAL);}}}}
    return mdvBuilder.buildTopDownTreeView();}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  2. api/go1.txt

    pkg syscall (linux-386), type Timex struct, Tolerance int32
    pkg syscall (linux-386), type Tms struct
    pkg syscall (linux-386), type Tms struct, Cstime int32
    pkg syscall (linux-386), type Tms struct, Cutime int32
    pkg syscall (linux-386), type Tms struct, Stime int32
    pkg syscall (linux-386), type Tms struct, Utime int32
    pkg syscall (linux-386), type Ucred struct
    pkg syscall (linux-386), type Ucred struct, Gid uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Timex struct, Tolerance int32
    pkg syscall (linux-arm-cgo), type Tms struct
    pkg syscall (linux-arm-cgo), type Tms struct, Cstime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Cutime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Stime int32
    pkg syscall (linux-arm-cgo), type Tms struct, Utime int32
    pkg syscall (linux-arm-cgo), type Ucred struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top