Home
last modified time | relevance | path

Searched refs:get_wait_write_time (Results 1 – 5 of 5) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Diostats.hpp439 double get_wait_write_time() const in get_wait_write_time() function in foxxll::stats
532 t_wait_write_(s.get_wait_write_time()), in stats_data()
631 double get_wait_write_time() const;
H A Diostats.cpp659 double stats_data::get_wait_write_time() const in get_wait_write_time() function in foxxll::stats_data
755 if (get_wait_write_time() != 0.0) in to_ostream()
757 << get_wait_write_time() << " s\n" << line_prefix; in to_ostream()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h368 double get_wait_write_time() const in get_wait_write_time() function
486 t_wait_write(s.get_wait_write_time()), in stats_data()
616 double get_wait_write_time() const in get_wait_write_time() function
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp398 if (s.get_wait_write_time() != 0.0) in operator <<()
399 …o << " I/O wait4write time : " << s.get_wait_write_time() << " s" << std::e… in operator <<()
/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dmatrix_benchmark.cpp152 … << " rw " << stats_after.get_wait_read_time() << " ww " << stats_after.get_wait_write_time() in main()