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

  /external/v8/tools/
run-perf.sh 25 Sampling event is cycles in user space, call graphs are recorded.
run_perf.py 180 def __init__(self, graphs, units, results_regexp, stddev_regexp):
181 self.name = graphs[-1]
182 self.graphs = graphs
213 "graphs": self.graphs,
280 "graphs": graph_names + ["Total"],
331 "graphs": graph_names + [graph, trace],
359 self.graphs = []
386 self.graphs = parent.graphs[:] + [suite["name"]
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
graph_json.py 51 graphs: A JSON serialization of a dict that contains the arguments
67 The post request is expected to pass one parameter, called 'graphs',
74 graphs = self.request.get('graphs')
75 if graphs is None:
79 graphs = json.loads(graphs)
81 logging.error('Invalid JSON string for graphs')
84 if not graphs.get('test_path_dict'):
89 'test_path_dict': graphs['test_path_dict']
    [all...]
graph_json_test.py 158 graphs = {
166 '/graph_json', {'graphs': json.dumps(graphs)})
173 self.testapp.post('/graph_json', {'graphs': ''}, status=500)
174 self.testapp.post('/graph_json', {'graphs': '{}'}, status=500)
178 graphs = {
186 '/graph_json', {'graphs': json.dumps(graphs)})
192 graphs = {
199 '/graph_json', {'graphs': json.dumps(graphs)}
    [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-trace/catapult/third_party/flot/
CONTRIBUTING.md 10 [forum](http://groups.google.com/group/flot-graphs) first, and confirm that
  /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-trace/catapult/netlog_viewer/netlog_viewer/
timeline_data_series.js 103 * to create graphs more stable with respect to zooming.
  /external/blktrace/btt/doc/
btt.tex 789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
    [all...]

Completed in 151 milliseconds