Home
last modified time | relevance | path

Searched refs:t_waits (Results 1 – 2 of 2) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp46 t_waits(0.0), in stats()
113 t_waits = 0.0; in reset()
259 t_waits += double(acc_waits) * diff; in wait_started()
285 t_waits += double(acc_waits) * diff; in wait_finished()
323 t_waits = 0.0; in _reset_io_wait_time()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h55 …double t_waits, p_waits; // seconds spent waiting for completion of I/O operati… variable
360 return t_waits; in get_io_wait_time()