Home
last modified time | relevance | path

Searched refs:timestampToX (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/profview/
Dprofview.js1009 let timestampToX = (t) => Math.round((t - firstTime) * timestampScaler); function
1021 timestampToX(block.start),
1053 let x = timestampToX(code.deopt.tm);
1066 let x = timestampToX(code.tm);
1079 let x = Math.round(timestampToX(code.tm));