Home
last modified time | relevance | path

Searched refs:print_all_stats (Results 1 – 5 of 5) sorted by relevance

/external/autotest/site_utils/
Dhost_history.py81 def print_all_stats(results, labels, t_start, t_end): function
263 print_all_stats(results, labels, start_time, end_time)
/external/valgrind/include/
Dpub_tool_gdbserver.h193 extern void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats);
/external/valgrind/coregrind/m_gdbserver/
Dserver.c153 void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats) in VG_() argument
417 VG_(print_all_stats)(False, /* Memory stats */ in handle_gdb_valgrind_command() local
/external/valgrind/coregrind/
Dm_mallocfree.c789 VG_(print_all_stats) (False, /* Memory stats */ in VG_() local
Dm_main.c2666 VG_(print_all_stats)(VG_(clo_verbosity) >= 1, /* Memory stats */ in shutdown_actions_NORETURN()