Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
438
size_t OpCallStatusRaw::callDuration() const {
439
return empty() ? 0 : (getCurrentTimeMs() - timeStartMs);
440
}
441
442
/*static*/ std::string OpCallStatusRaw::formatCall(
443
Operator* op,
Callers
4
taskStats
Method · 0.80
getLongRunningOpCalls
Method · 0.80
toString
Method · 0.80
toJson
Method · 0.80
Calls
1
getCurrentTimeMs
Function · 0.85
Tested by
no test coverage detected