Lines Matching full:plot
37 var kStackFrames = 8; // Stack frames to display in the plot.
179 if (merge_start > range_end) break; // Out of plot range.
190 if (merge_end < range_start) continue; // Out of plot range.
421 // Set pause tolerance to something appropriate for the plot resolution
472 // Plot deopts.
499 // Plot timeline.
510 // Plot code kind gathered from ticks.
545 // Force plot and return without plotting execution pause impulses.
546 output("plot 1/0");
570 // Plot graph with impulses as data set.
571 output("plot '-' using 1:2 axes x1y2 with impulses ls 1");