Home
last modified time | relevance | path

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

/external/v8/tools/
Dparse-processor.js587 constructor(prefix, funktions, time_fn) { argument
595 return sum + (each.hasBeenExecuted() ? time_fn(each) : 0)
598 return sum + (each.hasBeenExecuted() ? 0 : time_fn(each))