Stxxl
1.4.0
|
#include <iostream>
#include <stxxl/bits/namespace.h>
#include <stxxl/bits/deprecated.h>
#include <stxxl/bits/common/mutex.h>
#include <stxxl/bits/common/timer.h>
#include <stxxl/bits/common/types.h>
#include <stxxl/bits/common/utils.h>
#include <stxxl/bits/unused.h>
#include <stxxl/bits/singleton.h>
Go to the source code of this file.
Classes | |
class | stxxl::stats |
Collects various I/O statistics. More... | |
class | stxxl::stats::scoped_read_write_timer |
class | stxxl::stats::scoped_write_timer |
class | stxxl::stats::scoped_read_timer |
class | stxxl::stats::scoped_wait_timer |
class | stxxl::stats_data |
Namespaces | |
namespace | stxxl |
| |
Defines | |
#define | STXXL_IO_STATS 1 |
Functions | |
std::ostream & | stxxl::operator<< (std::ostream &o, const stats_data &s) |
std::ostream & | stxxl::operator<< (std::ostream &o, const stats &s) |
std::string | stxxl::format_with_SI_IEC_unit_multiplier (uint64 number, const char *unit, int multiplier) |
std::string | stxxl::add_IEC_binary_multiplier (uint64 number, const char *unit="") |
std::string | stxxl::add_SI_multiplier (uint64 number, const char *unit="") |
#define STXXL_IO_STATS 1 |