Home
last modified time | relevance | path

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

/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp48 p_begin_wait(0.0), in stats()
258 double diff = now - p_begin_wait; in wait_started()
260 p_begin_wait = now; in wait_started()
284 double diff = now - p_begin_wait; in wait_finished()
286 p_begin_wait = now; in wait_finished()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h56 double p_begin_wait; variable