Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/profiler/
Dprofiler.js217 function Aggregator(numeratorKey, divisorKey) { argument
218 this.numeratorKey_ = numeratorKey;
241 create: function(numeratorKey, divisorKey) { argument
244 return new Aggregator(numeratorKey, divisorKey);