Stxxl  1.4.0
Defines | Functions
io/benchmark_configured_disks.cpp File Reference
#include <iomanip>
#include <vector>
#include <stxxl/io>
#include <stxxl/mng>
#include <unistd.h>
Include dependency graph for benchmark_configured_disks.cpp:

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 Documentation

#define BLOCK_ALIGN   4096
#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.


Function Documentation

int main ( int  argc,
char *  argv[] 
)
void usage ( const char *  argv0)

Definition at line 52 of file benchmark_configured_disks.cpp.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines