Stxxl
1.4.0
|
#include <iomanip>
#include <vector>
#include <stxxl/io>
#include <stxxl/mng>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | BLOCK_ALIGN 4096 |
#define | POLL_DELAY 1000 |
#define | CHECK_AFTER_READ 0 |
#define | MB (1024 * 1024) |
#define | GB (1024 * 1024 * 1024) |
Functions | |
void | usage (const char *argv0) |
int | main (int argc, char *argv[]) |
#define BLOCK_ALIGN 4096 |
Definition at line 42 of file benchmark_configured_disks.cpp.
Referenced by stxxl::request::check_alignment(), stxxl::mem_file::discard(), stxxl::fileperblock_file< base_file_type >::lock(), and stxxl::typed_block< RawSize_, T_, NRef_, InfoType_ >::typed_block().
#define CHECK_AFTER_READ 0 |
Definition at line 46 of file benchmark_configured_disks.cpp.
#define GB (1024 * 1024 * 1024) |
Definition at line 50 of file benchmark_configured_disks.cpp.
Referenced by main().
#define MB (1024 * 1024) |
Definition at line 49 of file benchmark_configured_disks.cpp.
Referenced by main().
#define POLL_DELAY 1000 |
Definition at line 44 of file benchmark_configured_disks.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file benchmark_configured_disks.cpp.
References stxxl::add_IEC_binary_multiplier(), block_size, stxxl::div_ceil(), GB, MB, STXXL_DEFAULT_ALLOC_STRATEGY, stxxl::timestamp(), usage(), and stxxl::wait_all().
void usage | ( | const char * | argv0 | ) |
Definition at line 52 of file benchmark_configured_disks.cpp.
Referenced by main().