Home
last modified time | relevance | path

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

/external/v8/tools/profviz/
Dstdio.js29 var distortion_per_entry = 0; variable
38 distortion_per_entry = distortion / 1000000;
52 psc.collectData(readline, distortion_per_entry);
Dcomposer.js216 this.collectData = function(input, distortion_per_entry) { argument
225 distortion += distortion_per_entry;
/external/v8/tools/
Dtickprocessor.js168 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000);
362 this.distortion += this.distortion_per_entry;
396 this.distortion += this.distortion_per_entry;