Home
last modified time | relevance | path

Searched refs:scoped_read_timer (Results 1 – 4 of 4) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Diostats.hpp148 class scoped_read_timer class in foxxll::file_stats
156 explicit scoped_read_timer(file_stats* file_stats, size_type size) in scoped_read_timer() function in foxxll::file_stats::scoped_read_timer
162 ~scoped_read_timer() in ~scoped_read_timer()
H A Dmemory_file.cpp33 file_stats::scoped_read_timer read_timer(file_stats_, bytes); in serve()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h175 class scoped_read_timer
184 scoped_read_timer(size_type size) in scoped_read_timer() function
192 ~scoped_read_timer() in ~scoped_read_timer()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Dmem_file.cpp30 stats::scoped_read_timer read_timer(bytes); in serve()