HomeSort by relevance Sort by last modified time
    Searched refs:hist_msec (Results 1 - 5 of 5) sorted by null

  /external/fio/
iolog.h 124 * save a copy of the histogram every approximately hist_msec
128 unsigned long hist_msec; member in struct:io_log
251 unsigned long hist_msec; member in struct:log_params
init.c 1390 .hist_msec = o->log_hist_msec,
    [all...]
iolog.c 612 l->hist_msec = p->hist_msec;
stat.c     [all...]
  /external/fio/tools/hist/
fiologparser_hist.py 272 hist_msec = cp.get(s, 'log_hist_msec')
273 if hist_msec is not None:
274 ctx.interval = int(hist_msec)

Completed in 1396 milliseconds