OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ytics
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/
draw_instruction_graph.sh
95
set
ytics
font 'FreeSans, 10'
/external/v8/tools/profviz/
composer.js
452
var
ytics
= [];
456
ytics
.push('"' + label + ' (' + percentages[name] + '%%)" ' + index);
458
ytics
.push('"code kind color coding" ' + kY1Offset);
459
ytics
.push('"code kind in execution" ' + (kY1Offset - 1));
460
ytics
.push('"top ' + kStackFrames + ' js stack frames"' + ' ' +
462
ytics
.push('"pause times" 0');
463
ytics
.push('"max deopt size: ' + (max_deopt_size / 1024).toFixed(1) +
465
output("set
ytics
out nomirror (" +
ytics
.join(', ') + ")");
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
60
set
ytics
border mirror norotate autofreq
Completed in 152 milliseconds