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

Method timeSinceStartMsLocked

bolt/exec/Task.cpp:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458uint64_t Task::timeSinceStartMsLocked() const {
459 if (taskStats_.executionStartTimeMs == 0UL) {
460 return 0UL;
461 }
462 return getCurrentTimeMs() - taskStats_.executionStartTimeMs;
463}
464
465SplitsState& Task::getPlanNodeSplitsStateLocked(
466 const core::PlanNodeId& planNodeId) {

Callers 1

removeDriverMethod · 0.95

Calls 1

getCurrentTimeMsFunction · 0.85

Tested by

no test coverage detected