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

Method addRuntimeStat

bolt/exec/tests/SpillerTest.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 : stats_{stats} {}
55
56 void addRuntimeStat(const std::string& name, const RuntimeCounter& value)
57 override {
58 addOperatorRuntimeStats(name, value, stats_);
59 }
60
61 private:
62 std::unordered_map<std::string, RuntimeMetric>& stats_;

Callers

nothing calls this directly

Calls 1

addOperatorRuntimeStatsFunction · 0.85

Tested by

no test coverage detected