Searched refs:VoluntaryContextSwitches (Results 1 – 6 of 6) sorted by relevance
/build/soong/ui/tracer/ |
D | status.go | 111 VoluntaryContextSwitches: result.Stats.VoluntaryContextSwitches, 127 VoluntaryContextSwitches uint64 `json:"voluntary_context_switches"` member
|
/build/soong/ui/metrics/ |
D | event.go | 145 VoluntaryContextSwitches: proto.Uint64(uint64(rusage.Nvcsw)),
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 486 …VoluntaryContextSwitches *uint64 `protobuf:"varint,12,opt,name=voluntary_context_switches,json=vol… member 604 if x != nil && x.VoluntaryContextSwitches != nil { 605 return *x.VoluntaryContextSwitches
|
/build/soong/ui/status/ |
D | status.go | 89 VoluntaryContextSwitches uint64 member
|
D | ninja.go | 241 VoluntaryContextSwitches: msg.EdgeFinished.GetVoluntaryContextSwitches(),
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 1195 …VoluntaryContextSwitches *uint64 `protobuf:"varint,9,opt,name=voluntary_context_switches,json=volu… member 1289 if x != nil && x.VoluntaryContextSwitches != nil { 1290 return *x.VoluntaryContextSwitches
|