Stxxl  1.4.0
Defines | Variables
containers/app_config.h File Reference
#include <config.h>
#include <portability.h>
#include <sys/types.h>
#include <stdlib.h>
#include <tpie_log.h>
#include <tpie_assert.h>
Include dependency graph for app_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define USE_LIBAIO   0
#define DEFAULT_TEST_SIZE   (20000000)
#define DEFAULT_RANDOM_SEED   17
#define DEFAULT_TEST_MM_SIZE   (1024 * 1024 * 32)
#define BTE_COLLECTION_IMP_MMAP
#define BTE_STREAM_IMP_UFS
#define BTE_COLLECTION_MMAP_LAZY_WRITE   2
#define BTE_STREAM_UFS_BLOCK_FACTOR   512
#define BTE_STREAM_UFS_READ_AHEAD   0
#define USE_LIBAIO   0

Variables

bool verbose
TPIE_OS_SIZE_T test_mm_size
TPIE_OS_OFFSET test_size
int random_seed

Define Documentation

Definition at line 44 of file app_config.h.

Definition at line 70 of file app_config.h.

Definition at line 54 of file app_config.h.

#define BTE_STREAM_UFS_BLOCK_FACTOR   512
Examples:
containers/tpie_stack_benchmark.cpp.

Definition at line 114 of file app_config.h.

Referenced by main().

#define BTE_STREAM_UFS_READ_AHEAD   0

Definition at line 119 of file app_config.h.

#define DEFAULT_RANDOM_SEED   17

Definition at line 29 of file app_config.h.

#define DEFAULT_TEST_MM_SIZE   (1024 * 1024 * 32)

Definition at line 30 of file app_config.h.

#define DEFAULT_TEST_SIZE   (20000000)

Definition at line 28 of file app_config.h.

#define USE_LIBAIO   0

Definition at line 123 of file app_config.h.

#define USE_LIBAIO   0

Definition at line 123 of file app_config.h.


Variable Documentation

TPIE_OS_SIZE_T test_mm_size
TPIE_OS_OFFSET test_size
bool verbose
Examples:
stream/test_loop.cpp.

Definition at line 36 of file test_loop.cpp.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines