MCPcopy Create free account
hub / github.com/bytedance/bolt / aggregateOperatorRuntimeStats

Function aggregateOperatorRuntimeStats

bolt/exec/OperatorUtils.cpp:506–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void aggregateOperatorRuntimeStats(
507 std::unordered_map<std::string, RuntimeMetric>& stats) {
508 for (auto& runtimeMetric : stats) {
509 if (shouldAggregateRuntimeMetric(runtimeMetric.first)) {
510 runtimeMetric.second.aggregate();
511 }
512 }
513}
514
515folly::Range<vector_size_t*> initializeRowNumberMapping(
516 BufferPtr& mapping,

Callers 2

addOperatorStatsMethod · 0.85
taskStatsMethod · 0.85

Calls 2

aggregateMethod · 0.80

Tested by

no test coverage detected