Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ printHeader
Method
printHeader
deps/v8/tools/tickprocessor.mjs:984–987 ·
view source on GitHub ↗
(headerTitle)
Source
from the content-addressed store, hash-verified
982
}
983
984
printHeader(headerTitle) {
985
print(`\n [${headerTitle}]:`);
986
print(
' ticks total nonlib name'
);
987
}
988
989
printLine(
990
entry, ticks, totalTicks, nonLibTicks) {
Callers
1
printStatistics
Method · 0.95
Calls
1
print
Function · 0.70
Tested by
no test coverage detected