Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Types | Private Attributes
stxxl::stats::scoped_read_write_timer Class Reference

#include <iostats.h>

List of all members.

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

Detailed Description

Definition at line 78 of file iostats.h.


Member Typedef Documentation

Definition at line 80 of file iostats.h.


Constructor & Destructor Documentation

stxxl::stats::scoped_read_write_timer::scoped_read_write_timer ( size_type  size,
bool  is_write = false 
) [inline]

Definition at line 88 of file iostats.h.

Definition at line 97 of file iostats.h.


Member Function Documentation

Definition at line 102 of file iostats.h.

Definition at line 117 of file iostats.h.


Member Data Documentation

Definition at line 82 of file iostats.h.

Definition at line 84 of file iostats.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines