MCPcopy Create free account
hub / github.com/apache/impala / GetVoluntaryContextSwitches

Function GetVoluntaryContextSwitches

be/src/kudu/util/thread.cc:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static uint64_t GetVoluntaryContextSwitches() {
142 struct rusage ru;
143 CHECK_ERR(getrusage(RUSAGE_SELF, &ru));
144 return ru.ru_nvcsw;
145}
146
147static uint64_t GetInVoluntaryContextSwitches() {
148 struct rusage ru;

Callers 1

StartInstrumentationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected