iostat.c | 54 static void histogram(double, int, double); 287 histogram(rwords / dtime, 50, 0.5); 289 histogram(rxfer / dtime, 50, 0.5); 292 histogram(wwords / dtime, 50, 0.5); 294 histogram(cur.wxfer[dn] / dtime, 50, 0.5); 300 histogram(atime / dtime, 50, 0.5); 318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE); 322 histogram(double val, int colwidth, double scale) function in typeref:typename:void
|