Home
last modified time | relevance | path

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

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