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

Method main_thread_timer

be/src/codegen/llvm-codegen.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 RuntimeProfile* runtime_profile() { return profile_; }
187 RuntimeProfile::Counter* ir_generation_timer() { return ir_generation_timer_; }
188 RuntimeProfile::Counter* main_thread_timer() { return main_thread_timer_; }
189 RuntimeProfile::ThreadCounters* llvm_thread_counters() { return llvm_thread_counters_; }
190
191 /// Turns on/off optimization passes

Callers 1

CodegenHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected