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

/external/netperf/
H A Dnetcpu_ntperf.c298 double tot_CPU_Util; local
336 tot_CPU_Util = 100.0*(1.0 - (double)DeltaInfo[MAXCPUS].IdleTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
363 fprintf(where, "Busy %5.2f", tot_CPU_Util);
441 return (tot_CPU_Util);

Completed in 143 milliseconds