Stxxl  1.4.0
Defines | Functions
containers/tpie_stack_benchmark.cpp File Reference
#include "app_config.h"
#include <portability.h>
#include <versions.h>
#include <ami_stack.h>
#include <ami_scan_utils.h>
#include <stxxl/bits/common/utils.h>
#include <stxxl/bits/verbose.h>
#include <stxxl/timer>
Include dependency graph for tpie_stack_benchmark.cpp:

Go to the source code of this file.

Defines

#define MEM_2_RESERVE   (768 * 1024 * 1024)
#define BLOCK_SIZE   (2 * 1024 * 1024)
#define DISKS   1

Functions

template<class my_record >
void run_stack (stxxl::int64 volume)
int main (int argc, char *argv[])

Define Documentation

#define BLOCK_SIZE   (2 * 1024 * 1024)

Definition at line 39 of file tpie_stack_benchmark.cpp.

Referenced by run_stack().

#define DISKS   1

Definition at line 43 of file tpie_stack_benchmark.cpp.

Referenced by run_stack().

#define MEM_2_RESERVE   (768 * 1024 * 1024)

Definition at line 37 of file tpie_stack_benchmark.cpp.

Referenced by main().


Function Documentation

int main ( int  argc,
char *  argv[] 
)
template<class my_record >
void run_stack ( stxxl::int64  volume)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines