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

Method cpu_sys_ns

be/src/runtime/fragment-instance-state.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 int64_t peak_mem_consumption() const { return peak_mem_consumption_; }
151 int64_t cpu_user_ns() const { return cpu_user_ns_; }
152 int64_t cpu_sys_ns() const { return cpu_sys_ns_; }
153 int64_t bytes_read() const { return bytes_read_; }
154 int64_t total_bytes_sent() const { return total_bytes_sent_; }
155 const std::map<int32_t, int64_t>& per_join_rows_produced() const {

Callers 2

ApplyExecStatusReportMethod · 0.80
ConstructReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected