|
Stxxl
1.4.0
|
#include <limits>#include <stxxl/priority_queue>#include <stxxl/timer>
Go to the source code of this file.
Defines | |
| #define | RECORD_SIZE 20 |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const my_type &obj) |
| int | main () |
| #define RECORD_SIZE 20 |
Definition at line 19 of file bench_pqueue.cpp.
| int main | ( | ) |
Definition at line 55 of file bench_pqueue.cpp.
References stxxl::timer::reset(), stxxl::timer::seconds(), stxxl::timer::start(), stxxl::timer::stop(), and STXXL_MSG.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const my_type & | obj | ||
| ) |
Definition at line 37 of file bench_pqueue.cpp.
1.7.6.1