STXXL
1.4.0
|
Public Member Functions | |
stats_data () | |
stats_data (const stats &s) | |
int64 | get_cached_read_volume () const |
unsigned | get_cached_reads () const |
unsigned | get_cached_writes () const |
int64 | get_cached_written_volume () const |
double | get_elapsed_time () const |
double | get_io_wait_time () const |
double | get_pio_time () const |
double | get_pread_time () const |
double | get_pwrite_time () const |
double | get_read_time () const |
int64 | get_read_volume () const |
unsigned | get_reads () const |
double | get_wait_read_time () const |
double | get_wait_write_time () const |
double | get_write_time () const |
unsigned | get_writes () const |
int64 | get_written_volume () const |
stats_data | operator+ (const stats_data &a) const |
stats_data | operator- (const stats_data &a) const |
Private Attributes | |
unsigned | c_reads |
int64 | c_volume_read |
int64 | c_volume_written |
unsigned | c_writes |
double | elapsed |
double | p_ios |
double | p_reads |
double | p_writes |
unsigned | reads |
double | t_reads |
double | t_wait |
double | t_wait_read |
double | t_wait_write |
double | t_writes |
int64 | volume_read |
int64 | volume_written |
unsigned | writes |
|
inline |
Definition at line 560 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 550 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 555 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 565 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 595 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 600 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 590 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 580 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 585 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 570 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 540 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 530 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 605 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 610 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 575 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 535 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 545 of file iostats.h.
Referenced by stxxl::operator<<().
|
inline |
Definition at line 484 of file iostats.h.
References c_reads, c_volume_read, c_volume_written, c_writes, elapsed, p_ios, p_reads, p_writes, reads, t_reads, t_wait, t_wait_read, t_wait_write, t_writes, volume_read, volume_written, and writes.
|
inline |
Definition at line 507 of file iostats.h.
References c_reads, c_volume_read, c_volume_written, c_writes, elapsed, p_ios, p_reads, p_writes, reads, t_reads, t_wait, t_wait_read, t_wait_write, t_writes, volume_read, volume_written, and writes.
|
private |
Definition at line 434 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 435 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 435 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 434 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 441 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 438 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 437 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 437 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 432 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 436 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 439 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 440 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 440 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 436 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 433 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 433 of file iostats.h.
Referenced by operator+(), and operator-().
|
private |
Definition at line 432 of file iostats.h.
Referenced by operator+(), and operator-().