Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:pct

515 	double pct = 0.0;
518 pct = 100.0*total/avg;
520 fprintf(stderr, " ( +-%6.2f%% )", pct);