Lines Matching defs:total
1613 double total, sum, per, sum_per;
1619 total = sumThreadTime;
1643 printf("Total cycles: %llu\n\n", sumThreadTime);
1667 per = 100.0 * method->elapsedExclusive / total;
1668 sum_per = 100.0 * sum / total;
1774 double total, sum, per, sum_per;
1779 total = sumThreadTime;
1800 printf("index %%/total %%/self index calls usecs name\n");
1834 per = 100.0 * method->elapsedInclusive / total;
1870 double total, per, sum_per;
1876 total = sumThreadTime;
1915 per = 100.0 * time / total;
1916 sum_per = 100.0 * sum / total;
1946 printf("Total waiting cycles: %llu (%6.2f%% of total)\n",
1954 printf(" Waiting cycles %% of total waiting time execution time while waiting thread name\n");
2089 double total, sum, per, sum_per;
2093 total = sumThreadTime;
2149 printf("Cycles %%/total Cumul.%% Calls+Recur Class</div>\n");
2151 printf(" Cycles %%/total Cumul.%% Calls+Recur Class\n");
2163 per = 100.0 * pClass->elapsedExclusive / total;
2165 sum_per = 100.0 * sum / total;
2325 double total, sum, per, sum_per;
2332 total = sumThreadTime;
2381 printf("Cycles %%/total Cumul.%% Calls+Recur Method</div>\n");
2383 printf(" Cycles %%/total Cumul.%% Calls+Recur Method\n");
2395 per = 100.0 * pUnique->elapsedExclusive / total;
2397 sum_per = 100.0 * sum / total;
2530 * keep track of the total waiting time for a given filter.
2600 // both thread's waiting time + total
2645 // If waiting on ANY thread, add wait time to total (but only ONCE!)
2688 // If method matches a terminal key -> add remTime to total (no need to active/de-activate)
3133 /* Calculate times spent in thread, and add it to total time */