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

Method ResetCount

be/src/codegen/instruction-counter.cc:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void InstructionCounter::ResetCount() {
150 for (CounterMap::value_type& counter: counters_) counter.second = 0;
151}
152
153void InstructionCounter::PrintCounter(const char* name, int count, int max_count_len,
154 stringstream* stream) const {

Callers 2

TEST_FFunction · 0.45
FinalizeModuleMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36