Searched refs:total_count (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/
H A Dtest.sh.in45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp291 uint64_t total_count = 0; local
301 total_count += arch_cycle_count() - count;
304 total_count, iter, total_count / iter, total_count / iter / thread_count);
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in989 my $total_count = shift;
997 printf("Total: %s %s\n", Unparse($total_count), Units());
1004 Unparse($total_count), ($focus_count*100.0) / $total_count);
1012 Unparse($total_count),
1013 ($ignore_count*100.0) / $total_count);

Completed in 41 milliseconds