|
Thrill
0.1
|
Definition at line 148 of file iostats.hpp.
Collaboration diagram for file_stats::scoped_read_timer:#include <iostats.hpp>
Public Member Functions | |
| scoped_read_timer (file_stats *file_stats, size_type size) | |
| ~scoped_read_timer () | |
| void | start (size_type size) |
| void | stop () |
Private Types | |
| using | size_type = size_t |
Private Attributes | |
| file_stats & | file_stats_ |
| bool | running_ = false |
|
private |
Definition at line 150 of file iostats.hpp.
|
inlineexplicit |
Definition at line 156 of file iostats.hpp.
References file_stats::scoped_read_write_timer::start().
|
inline |
Definition at line 162 of file iostats.hpp.
References file_stats::scoped_read_write_timer::stop().
|
inline |
Definition at line 167 of file iostats.hpp.
References file_stats::read_started().
|
inline |
Definition at line 175 of file iostats.hpp.
References file_stats::read_finished().
|
private |
Definition at line 151 of file iostats.hpp.
|
private |
Definition at line 153 of file iostats.hpp.