/external/google-fruit/extras/scripts/ |
D | run_benchs.sh | 26 print_stats() ( function 78 print_stats "${SETUP_TIMES[@]}" | prefix_with "fruit_setup_time" 79 print_stats "${REQUEST_TIMES[@]}" | prefix_with "fruit_request_time" 87 print_stats "${NEW_DELETE_TIMES[@]}" | prefix_with "new_delete_time" 102 print_stats "${COMPILE_TIMES[@]}" | prefix_with "fruit_compile_time"
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler_util_test.cc | 26 int min_threads_per_request, bool print_stats = false) { in VerifyFunction() argument 27 if (print_stats) { in VerifyFunction() 68 if (print_stats) { in VerifyFunction()
|
/external/python/cpython2/Lib/ |
D | cProfile.py | 36 result = prof.print_stats(sort) 56 result = prof.print_stats(sort) 79 def print_stats(self, sort=-1): member in Profile 81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
|
D | profile.py | 67 return prof.print_stats(sort) 84 return prof.print_stats(sort) 407 def print_stats(self, sort=-1): member in Profile 410 print_stats()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | process-graph.py | 365 def print_stats(): function 424 if not (args.detect_cycles or args.print_stats): 456 if args.print_stats: 458 print_stats()
|
/external/python/cpython3/Lib/ |
D | cProfile.py | 40 def print_stats(self, sort=-1): member in Profile 42 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
|
D | profile.py | 72 prof.print_stats(sort) 386 def print_stats(self, sort=-1): member in Profile 389 print_stats()
|
/external/python/cpython2/Doc/library/ |
D | profile.rst | 161 p.strip_dirs().sort_stats(-1).print_stats() 166 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You 170 p.print_stats() 176 p.sort_stats('cumulative').print_stats(10) 185 p.sort_stats('time').print_stats(10) 192 p.sort_stats('file').print_stats('__init__') 198 p.sort_stats('time', 'cum').print_stats(.5, 'init') 278 ps.print_stats() 294 .. method:: print_stats(sort=-1) 459 .. method:: print_stats(*restrictions) [all …]
|
/external/python/cpython3/Doc/library/ |
D | profile.rst | 144 p.strip_dirs().sort_stats(-1).print_stats() 149 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You 153 p.print_stats() 159 p.sort_stats(SortKey.CUMULATIVE).print_stats(10) 168 p.sort_stats(SortKey.TIME).print_stats(10) 175 p.sort_stats(SortKey.FILENAME).print_stats('__init__') 181 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init') 262 ps.print_stats() 278 .. method:: print_stats(sort=-1) 453 .. method:: print_stats(*restrictions) [all …]
|
/external/ltp/testcases/kernel/io/disktest/ |
D | stats.h | 91 void print_stats(child_args_t *, test_env_t *, statop_t);
|
D | timer.c | 175 print_stats(args, env, HBEAT); in ChildTimer()
|
D | main.c | 392 print_stats(test->args, test->env, CYCLE); in threadedMain() 412 print_stats(test->args, test->env, TOTAL); in threadedMain()
|
/external/python/cpython2/Lib/hotshot/ |
D | stones.py | 20 stats.print_stats(20)
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | reiser_fract_tree.c | 230 void print_stats() in print_stats() function 497 print_stats(); in main()
|
/external/python/cpython2/Tools/scripts/ |
D | hotshotmain.py | 35 stats.print_stats()
|
D | ndiff.py | 131 stats.strip_dirs().sort_stats('time').print_stats()
|
/external/compiler-rt/lib/msan/ |
D | msan_flags.inc | 31 MSAN_FLAG(bool, print_stats, false, "")
|
D | msan_linux.cc | 161 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0)) in MsanAtExit()
|
D | msan.cc | 355 if (__msan::flags()->print_stats) in __msan_warning() 366 if (__msan::flags()->print_stats) in __msan_warning_noreturn()
|
/external/python/cpython3/Tools/scripts/ |
D | ndiff.py | 131 stats.strip_dirs().sort_stats('time').print_stats()
|
/external/bcc/tools/ |
D | syscount.py | 510 def print_stats(): function 570 print_stats()
|
/external/e2fsprogs/lib/ext2fs/ |
D | bmap64.h | 93 void (*print_stats)(ext2fs_generic_bitmap_64); member
|
/external/python/cpython2/Lib/test/ |
D | test_profile.py | 57 stats.print_stats()
|
/external/python/cpython3/Lib/test/ |
D | test_profile.py | 83 stats.print_stats()
|
/external/antlr/runtime/Python3/antlr3/ |
D | main.py | 112 stats.print_stats(100)
|