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

  /external/valgrind/cachegrind/
cg_diff.in 4 ##--- Cachegrind's differencer. cg_diff.in ---##
7 # This file is part of Cachegrind, a Valgrind tool for cache
46 usage: cg_diff [options] <cachegrind-out-file1> <cachegrind-out-file2>
cg_annotate.in 4 ##--- Cachegrind's annotator. cg_annotate.in ---##
7 # This file is part of Cachegrind, a Valgrind tool for cache
33 # Cachegrind's manual.
36 # Performance improvements record, using cachegrind.out for cacheprof, doing no
145 usage: cg_annotate [options] cachegrind-out-file [source-files...]
780 # If $src_file more recent than cachegrind.out, issue warning
  /external/valgrind/
Android.mk 398 # Build cachegrind-$(TARGET_ARCH)-linux
399 vg_local_module := cachegrind
406 cachegrind/cg_arch.c \
407 cachegrind/cg_main.c
442 vg_local_c_includes := external/valgrind/cachegrind
  /external/valgrind/perf/
vg_perf 73 --outer-tool: tool to use by the outer valgrind (default cachegrind).
100 my $outer_tool = "cachegrind";
334 . " --cachegrind:cache-sim=yes --cachegrind:branch-sim=yes"
335 . " --cachegrind:cachegrind-out-file=cachegrind.out.$vgdirname.$tool_abbrev.$name.%p"
vg_perf.in 73 --outer-tool: tool to use by the outer valgrind (default cachegrind).
100 my $outer_tool = "cachegrind";
334 . " --cachegrind:cache-sim=yes --cachegrind:branch-sim=yes"
335 . " --cachegrind:cachegrind-out-file=cachegrind.out.$vgdirname.$tool_abbrev.$name.%p"
  /external/valgrind/callgrind/
callgrind_annotate.in 36 # Annotator for cachegrind/callgrind.
40 # Performance improvements record, using cachegrind.out for cacheprof, doing no
322 $input_file = (<cachegrind.out*>)[0];
    [all...]

Completed in 785 milliseconds