Searched refs:VoluntaryContextSwitches (Results 1 – 6 of 6) sorted by relevance
/build/soong/ui/tracer/ |
D | status.go | 91 VoluntaryContextSwitches: result.Stats.VoluntaryContextSwitches, 105 VoluntaryContextSwitches uint64 `json:"voluntary_context_switches"` member
|
/build/soong/ui/metrics/ |
D | event.go | 134 VoluntaryContextSwitches: proto.Uint64(uint64(rusage.Nvcsw)),
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 386 …VoluntaryContextSwitches *uint64 `protobuf:"varint,12,opt,name=voluntary_context_switches,json=vol… member 497 if m != nil && m.VoluntaryContextSwitches != nil { 498 return *m.VoluntaryContextSwitches
|
/build/soong/ui/status/ |
D | ninja.go | 173 VoluntaryContextSwitches: msg.EdgeFinished.GetVoluntaryContextSwitches(),
|
D | status.go | 84 VoluntaryContextSwitches uint64 member
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 645 …VoluntaryContextSwitches *uint64 `protobuf:"varint,9,opt,name=voluntary_context_switches,json=volu… member 735 if m != nil && m.VoluntaryContextSwitches != nil { 736 return *m.VoluntaryContextSwitches
|