Home
last modified time | relevance | path

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

/external/v8/tools/
Dtickprocessor.js466 entry, ticks, totalTicks, nonLibTicks) { argument
468 var nonLibPct = nonLibTicks != null
469 ? padLeft((ticks * 100 / nonLibTicks).toFixed(1), 5) + '% '
534 profile, totalTicks, nonLibTicks, filterP, callback, printAllTicks) { argument
541 that.printLine(funcName, rec.selfTime, totalTicks, nonLibTicks);