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

Method addRuntimeStat

bolt/exec/tests/AsyncSpillerTest.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 : stats_{stats} {}
41
42 void addRuntimeStat(const std::string& name, const RuntimeCounter& value)
43 override {
44 addOperatorRuntimeStats(name, value, stats_);
45 }
46
47 private:
48 std::unordered_map<std::string, RuntimeMetric>& stats_;

Callers

nothing calls this directly

Calls 1

addOperatorRuntimeStatsFunction · 0.85

Tested by

no test coverage detected