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

Method value

be/src/util/runtime-profile.cc:2025–2027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2023}
2024
2025int64_t RuntimeProfileBase::AveragedCounter::value() const {
2026 return unit_ == TUnit::DOUBLE_VALUE ? ComputeMean<double>() : ComputeMean<int64_t>();
2027}
2028
2029template <typename T>
2030int64_t RuntimeProfileBase::AveragedCounter::ComputeMean() const {

Callers 15

CreateMethod · 0.45
DebugStringOfListMethod · 0.45
TESTFunction · 0.45
ValidateCounterFunction · 0.45
ValidateTimerValueFunction · 0.45
PrintStructFunction · 0.45
ComputeTimeInProfileMethod · 0.45
PrettyPrintMethod · 0.45
ToThriftSubclassMethod · 0.45
UnitsPerSecondMethod · 0.45
CounterSumMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
ValidateCounterFunction · 0.36
ValidateTimerValueFunction · 0.36
IncrementValueFunction · 0.36