Home
last modified time | relevance | path

Searched refs:print_stats (Results 1 – 25 of 45) sorted by relevance

12

/external/google-fruit/extras/scripts/
Drun_benchs.sh26 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/
Drun_handler_util_test.cc26 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/
DcProfile.py36 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()
Dprofile.py67 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/
Dprocess-graph.py365 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/
DcProfile.py40 def print_stats(self, sort=-1): member in Profile
42 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
Dprofile.py72 prof.print_stats(sort)
386 def print_stats(self, sort=-1): member in Profile
389 print_stats()
/external/python/cpython2/Doc/library/
Dprofile.rst161 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/
Dprofile.rst144 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/
Dstats.h91 void print_stats(child_args_t *, test_env_t *, statop_t);
Dtimer.c175 print_stats(args, env, HBEAT); in ChildTimer()
Dmain.c392 print_stats(test->args, test->env, CYCLE); in threadedMain()
412 print_stats(test->args, test->env, TOTAL); in threadedMain()
/external/python/cpython2/Lib/hotshot/
Dstones.py20 stats.print_stats(20)
/external/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c230 void print_stats() in print_stats() function
497 print_stats(); in main()
/external/python/cpython2/Tools/scripts/
Dhotshotmain.py35 stats.print_stats()
Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/external/compiler-rt/lib/msan/
Dmsan_flags.inc31 MSAN_FLAG(bool, print_stats, false, "")
Dmsan_linux.cc161 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0)) in MsanAtExit()
Dmsan.cc355 if (__msan::flags()->print_stats) in __msan_warning()
366 if (__msan::flags()->print_stats) in __msan_warning_noreturn()
/external/python/cpython3/Tools/scripts/
Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/external/bcc/tools/
Dsyscount.py510 def print_stats(): function
570 print_stats()
/external/e2fsprogs/lib/ext2fs/
Dbmap64.h93 void (*print_stats)(ext2fs_generic_bitmap_64); member
/external/python/cpython2/Lib/test/
Dtest_profile.py57 stats.print_stats()
/external/python/cpython3/Lib/test/
Dtest_profile.py83 stats.print_stats()
/external/antlr/runtime/Python3/antlr3/
Dmain.py112 stats.print_stats(100)

12