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

Method callDuration

bolt/exec/Driver.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438size_t OpCallStatusRaw::callDuration() const {
439 return empty() ? 0 : (getCurrentTimeMs() - timeStartMs);
440}
441
442/*static*/ std::string OpCallStatusRaw::formatCall(
443 Operator* op,

Callers 4

taskStatsMethod · 0.80
getLongRunningOpCallsMethod · 0.80
toStringMethod · 0.80
toJsonMethod · 0.80

Calls 1

getCurrentTimeMsFunction · 0.85

Tested by

no test coverage detected