HomeSort by: relevance | last modified time | path
    Searched defs:histogram (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
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
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

Completed in 21 milliseconds