STXXL
1.4.1
|
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 std::pair<int_type, int_type> stxxl::async_schedule_local::write_time_pair |
Definition at line 55 of file async_schedule.cpp.
|
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().