Home
last modified time | relevance | path

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

/external/v8/tools/profview/
Dprofview.js905 let timestampToX = (t) => Math.round((t - firstTime) * timestampScaler); function
917 timestampToX(block.start),
949 let x = timestampToX(code.deopt.tm);
962 let x = timestampToX(code.tm);
975 let x = Math.round(timestampToX(code.tm));