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

Method cpu_user_ns

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

Source from the content-addressed store, hash-verified

149 int64_t scan_ranges_complete() const { return scan_ranges_complete_; }
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_; }

Callers 2

ApplyExecStatusReportMethod · 0.80
ConstructReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected