/external/v8/tools/ |
run-perf.sh | 25 Sampling event is cycles in user space, call graphs are recorded.
|
run_perf.py | 181 def __init__(self, graphs, units, results_regexp, stddev_regexp): 182 self.name = graphs[-1] 183 self.graphs = graphs 214 "graphs": self.graphs, 281 "graphs": graph_names + ["Total"], 332 "graphs": graph_names + [graph, trace], 360 self.graphs = [] 387 self.graphs = parent.graphs[:] + [suite["name"] [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/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...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/ |
lint-tests-25.4.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/ |
lint-tests-25.4.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/ |
lint-tests-25.4.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/ |
lint-tests-25.3.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta1/ |
lint-tests-25.3.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta2/ |
lint-tests-25.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta3/ |
lint-tests-25.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta4/ |
lint-tests-25.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.1/ |
lint-tests-25.3.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha1/ |
lint-tests-25.4.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.5.0-alpha-preview-01/ |
lint-tests-25.5.0-alpha-preview-01.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/ |
libpython.py | 26 Doing so can be expensive for complicated graphs of objects, and could take
233 visiting object graphs with loops). Analogous to Py_ReprEnter and
[all...] |
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 65 // of hot-spots and their call graphs. Use "help" for information on
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 65 // of hot-spots and their call graphs. Use "help" for information on
|
/external/blktrace/btt/doc/ |
btt.tex | 789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | 254 // A pretty printer for control flow graphs. Takes a slice of *BasicBlocks. [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
plive.go | 254 // A pretty printer for control flow graphs. Takes a slice of *BasicBlocks. [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
regalloc.go | [all...] |