Stxxl
1.4.0
|
#include <iostats.h>
Public Member Functions | |
scoped_read_write_timer (size_type size, bool is_write=false) | |
~scoped_read_write_timer () | |
void | start (size_type size) |
void | stop () |
Private Types | |
typedef unsigned_type | size_type |
Private Attributes | |
bool | is_write |
bool | running |
typedef unsigned_type stxxl::stats::scoped_read_write_timer::size_type [private] |
stxxl::stats::scoped_read_write_timer::scoped_read_write_timer | ( | size_type | size, |
bool | is_write = false |
||
) | [inline] |
void stxxl::stats::scoped_read_write_timer::start | ( | size_type | size | ) | [inline] |
void stxxl::stats::scoped_read_write_timer::stop | ( | ) | [inline] |
bool stxxl::stats::scoped_read_write_timer::is_write [private] |
bool stxxl::stats::scoped_read_write_timer::running [private] |