HomeSort by relevance Sort by last modified time
    Searched refs:graphs (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/v8/tools/
run_perf.py 169 self.graphs = []
194 self.graphs = parent.graphs[:] + [suite["name"]]
243 % (self.results_regexp, self.graphs[-1]))
248 "is provided by the test." % self.graphs[-1])
253 % (self.stddev_regexp, self.graphs[-1]))
257 "graphs": self.graphs,
311 "graphs": self.graphs + ["Total"]
    [all...]
  /external/fio/
gfio.c 703 gfio_clear_graph_data(&ge->graphs);
1098 __update_graph_settings(&ge->graphs);
1101 g_signal_emit_by_name(G_OBJECT(ge->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ge->graphs.drawing_area), ev, &ge->graphs);
1110 __update_graph_settings(&ui->graphs);
1113 g_signal_emit_by_name(G_OBJECT(ui->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ui->graphs.drawing_area), ev, &ui->graphs);
    [all...]
gclient.c 418 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_str[0]);
419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]);
420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]);
421 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.read_bw, je->elapsed_sec, je->rate[0], rate_str[0]);
422 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], rate_str[1])
    [all...]
gfio.h 72 struct gfio_graphs graphs; member in struct:gui
121 struct gfio_graphs graphs; member in struct:gui_entry
  /external/fio/tools/
fio_generate_plots 5 # benchmark utiliy. I only retained how GNUplot is used to generate graphs, as
8 # The script uses the files generated by FIO to create nice graphs in the
10 # allows resolution independent graphs to be generated.
27 echo You need gnuplot installed to generate graphs
  /external/chromium_org/content/browser/resources/media/
media_internals.css 98 #graphs li {
stats_graph_helper.js 6 // This file contains helper methods to draw the stats timeline graphs.
10 // The graphs are drawn as CANVAS, grouped per report type per PeerConnection.
263 // Ensures a div container to hold all stats graphs for one track is created as
279 'Stats graphs for ' + report.id;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 71 #timeline-overview-grid #resources-graphs {
294 #timeline-graphs {
381 #resources-graphs {
397 #memory-graphs-canvas-container {
407 #memory-graphs-canvas-container .memory-counter-marker {
416 #memory-graphs-container .split-view-contents-first {
421 #memory-graphs-container .sidebar-tree-section {
  /external/svox/pico/lib/
picopr.c 327 picoktab_Graphs graphs; member in struct:pr_subobj
635 id = picoktab_graphOffset(pr->graphs, utf8char);
637 if (picoktab_getIntPropValue(pr->graphs, id, &n)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 103 * to create graphs more stable with respect to zooming.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 278 // for chrome perf-bot graphs / performance regression testing.
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 32 Doing so can be expensive for complicated graphs of objects, and could take
294 visiting object graphs with loops). Analogous to Py_ReprEnter and
    [all...]
  /external/blktrace/btt/doc/
btt.tex 789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
    [all...]

Completed in 267 milliseconds