/external/fio/ |
D | gfio.c | 703 gfio_clear_graph_data(&ge->graphs); in connect_clicked() 1098 __update_graph_settings(&ge->graphs); in ge_update_settings_fn() 1101 …gnal_emit_by_name(G_OBJECT(ge->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ge->graphs.drawin… in ge_update_settings_fn() 1110 __update_graph_settings(&ui->graphs); in update_graph_limits() 1113 …gnal_emit_by_name(G_OBJECT(ui->graphs.drawing_area), GFIO_DRAW_EVENT, GTK_WIDGET(ui->graphs.drawin… in update_graph_limits() 1419 ge->graphs.drawing_area = gtk_drawing_area_new(); in new_client_page() 1420 gtk_widget_set_size_request(GTK_WIDGET(ge->graphs.drawing_area), in new_client_page() 1422 gtk_widget_modify_bg(ge->graphs.drawing_area, GTK_STATE_NORMAL, &gfio_color_lightyellow); in new_client_page() 1423 g_signal_connect(G_OBJECT(ge->graphs.drawing_area), GFIO_DRAW_EVENT, in new_client_page() 1424 G_CALLBACK(on_expose_drawing_area), &ge->graphs); in new_client_page() [all …]
|
D | gclient.c | 418 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… 419 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… 420 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… 421 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.read_bw, je->elapsed_sec, je->rate[0], ra… 422 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], r… 423 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra… 512 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… 513 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… 514 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… 515 …graph_add_xy_data(ui->graphs.bandwidth_graph, ui->graphs.read_bw, je->elapsed_sec, je->rate[0], ra… [all …]
|
D | gfio.h | 72 struct gfio_graphs graphs; member 121 struct gfio_graphs graphs; member
|
D | GFIO-TODO | 11 - Add ability to request graphs of whatever graphing options 25 - Add support for printing end results, graphs, etc.
|
/external/v8/tools/ |
D | run_perf.py | 181 def __init__(self, graphs, units, results_regexp, stddev_regexp): argument 182 self.name = graphs[-1] 183 self.graphs = graphs 214 "graphs": self.graphs, 360 self.graphs = [] 387 self.graphs = parent.graphs[:] + [suite["name"]] 434 self.graphs, 474 self.graphs, 482 self.graphs, 518 AccumulateGenericResults(self.graphs, self.units, stdout_with_patch), [all …]
|
D | run-perf.sh | 25 Sampling event is cycles in user space, call graphs are recorded.
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 40 testName <- patch$traces[[i]]$graphs[[2]] 65 xlab(patch$traces[[i]]$graphs[[2]]) 73 xlab(patch$traces[[i]]$graphs[[2]])
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | graphalgo.rst | 5 :synopsis: Basic graphs algoritms 18 … vertex is reached), but will correctly compute shortest paths even for some graphs with negative
|
D | core.rst | 17 includes methods for constructing graphs, BFS and DFS traversals, 19 graph statistics functions. The library can also visualize graphs
|
D | index.rst | 10 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
|
D | graph.rst | 1 :mod:`altgraph.Graph` --- Basic directional graphs 5 :synopsis: Basic directional graphs.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | README.txt | 2 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
|
D | README.chromium | 9 constructing graphs, BFS and DFS traversals, topological sort, shortest paths,
|
D | PKG-INFO | 11 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with 115 - ``altgraph.Graph.forw_topo_sort`` failed for some sparse graphs.
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | README.chromium | 1 Name: Flot Javascript/JQuery library for creating graphs
|
/external/v8/tools/turbolizer/ |
D | README.md | 6 source code, Turbofan IR graphs, scheduled IR nodes and generated assembly code. 34 interactive tool for creating directed graphs. Original source is at
|
/external/fio/tools/ |
D | fio_generate_plots | 27 echo You need gnuplot installed to generate graphs
|
/external/dagger2/examples/android-activity-graphs/ |
D | README.md | 5 create child graphs for each activity which extend from the global graph.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/ |
D | PKG-INFO | 11 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with 115 - ``altgraph.Graph.forw_topo_sort`` failed for some sparse graphs.
|
/external/clang/docs/ |
D | CMakeLists.txt | 51 "Use svg instead of png files for doxygen graphs." OFF)
|
/external/parameter-framework/upstream/doc/ |
D | CMakeLists.txt | 32 "Generate graphs in the doxygen documentation (you need the 'dot'
|
/external/svox/pico/lib/ |
D | picopr.c | 327 picoktab_Graphs graphs; member 635 id = picoktab_graphOffset(pr->graphs, utf8char); in tok_tokenDigitStrToInt() 637 if (picoktab_getIntPropValue(pr->graphs, id, &n)) { in tok_tokenDigitStrToInt() 1210 lid = picoktab_graphOffset(pr->graphs, lstr); in pr_appendItemToOutItemList() 1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, <ype) && in pr_appendItemToOutItemList() 1214 picoktab_getIntPropTokenSubType(pr->graphs,lid, &lsubtype); in pr_appendItemToOutItemList() 1755 lid = picoktab_graphOffset(pr->graphs,pr->tmpItem.data); in pr_getOutputItemList() 1757 if (picoktab_getIntPropTokenType(pr->graphs, lid, <ype)) { in pr_getOutputItemList() 1762 picoktab_getIntPropTokenSubType(pr->graphs, lid, &lsubtype); in pr_getOutputItemList() 3311 pr->graphs = picoktab_getGraphs(this->voice->kbArray[PICOKNOW_KBID_TAB_GRAPHS]); in picopr_newPreprocUnit() [all …]
|
/external/llvm/docs/ |
D | CMakeLists.txt | 60 "Use svg instead of png files for doxygen graphs." OFF)
|
/external/bison/doc/ |
D | Doxyfile.in | 953 # recommended to install and use dot, since it yields more powerful graphs. 957 # If set to YES, the inheritance and collaboration graphs will hide 990 # If set to YES, the inheritance and collaboration graphs will show the 1012 # So in most cases it will be better to enable call graphs for selected 1040 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1048 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1056 # the graphs generated by dot. A depth value of 3 means that only 1070 # arrows in the dot generated graphs. 1076 # the various graphs.
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 63 it is also normal to get graphs where the horizontal left part is of zero width,
|