Thrill
0.1
|
Definition at line 112 of file iostats.hpp.
#include <iostats.hpp>
Public Member Functions | |
scoped_write_timer (file_stats *file_stats, size_type size) | |
~scoped_write_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 114 of file iostats.hpp.
|
inlineexplicit |
Definition at line 120 of file iostats.hpp.
References file_stats::scoped_read_write_timer::start().
|
inline |
Definition at line 126 of file iostats.hpp.
References file_stats::scoped_read_write_timer::stop().
|
inline |
Definition at line 131 of file iostats.hpp.
References file_stats::write_started().
|
inline |
Definition at line 139 of file iostats.hpp.
References file_stats::write_finished().
|
private |
Definition at line 115 of file iostats.hpp.
|
private |
Definition at line 117 of file iostats.hpp.