Benchmark comparing various file writing/reading alternatives. More...
#include <iostream>
#include <fstream>
#include <ecl/threads/priority.hpp>
#include <ecl/time/stopwatch.hpp>
#include <ecl/devices/ofile.hpp>
#include <ecl/devices/shared_file.hpp>
#include <ecl/streams/log_stream.hpp>
#include <ecl/streams/text_stream.hpp>
Go to the source code of this file.
Enumerations | |
enum | LogMode { Warning, Error } |
Functions | |
int | main () |
Benchmark comparing various file writing/reading alternatives.
Definition in file files.cpp.