Searched refs:t_tot (Results 1 – 1 of 1) sorted by relevance
361 float t_tot; /* Total time: PROFSEC(sum of all pcounts[i]) */ in main() local902 t_tot = PROFSEC(temp); in main()1024 "Time unaccounted for: %.7G\n", t_tot - t0)); in main()1036 if (t_tot != 0.0) /* Convert to percent. */ in main()1037 t_tot = 100.0/t_tot; /* Prevent divide-by-zero fault */ in main()1075 Print("%6.1f%8.2f%8.2f", t0 * t_tot, t0, t); in main()