STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::async_schedule_local Namespace Reference

Typedefs

typedef std::pair< int_type,
int_type
write_time_pair
 

Functions

static int_type get_disk (int_type i, const int_type *disks, int_type D)
 
int_type simulate_async_write (const int_type *disks, const int_type L, const int_type m_init, const int_type D, std::pair< int_type, int_type > *o_time)
 

Typedef Documentation

Definition at line 55 of file async_schedule.cpp.

Function Documentation

static int_type stxxl::async_schedule_local::get_disk ( int_type  i,
const int_type *  disks,
int_type  D 
)
inlinestatic

Definition at line 64 of file async_schedule.cpp.

Referenced by simulate_async_write().

int_type stxxl::async_schedule_local::simulate_async_write ( const int_type *  disks,
const int_type  L,
const int_type  m_init,
const int_type  D,
std::pair< int_type, int_type > *  o_time 
)

Definition at line 73 of file async_schedule.cpp.

References get_disk(), and STXXL_VERBOSE1.

Referenced by stxxl::compute_prefetch_schedule().