Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ clearExecutionTime
Method
clearExecutionTime
lib/internal/test_runner/test.js:1694–1697 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1692
}
1693
1694
clearExecutionTime() {
1695
this.startTime = hrtime();
1696
this.endTime = null;
1697
}
1698
}
1699
1700
class
TestHook extends Test {
Callers
1
onChanged
Function · 0.80
Calls
1
hrtime
Function · 0.85
Tested by
no test coverage detected