Home | History | Annotate | Download | only in profviz

Lines Matching refs:Plot

37   var kStackFrames = 8;             // Stack frames to display in the plot.
186 if (merge_start > range_end) break; // Out of plot range.
197 if (merge_end < range_start) continue; // Out of plot range.
380 // Set pause tolerance to something appropriate for the plot resolution
433 // Plot deopts.
444 // Plot current time polls.
467 // Plot timeline.
478 // Plot code kind gathered from ticks.
513 // Force plot and return without plotting execution pause impulses.
514 output("plot 1/0");
541 // Plot graph with impulses as data set.
542 output("plot '-' using 1:2 axes x1y2 with impulses ls 1");