Benchmarks the performance of various string conversions. More...
#include <iostream>
#include <sstream>
#include <ecl/threads/priority.hpp>
#include <ecl/time/stopwatch.hpp>
#include <ecl/time/timestamp.hpp>
#include <ecl/converters.hpp>
Go to the source code of this file.
Functions | |
int | main () |
Benchmarks the performance of various string conversions.
Benchmarks the performance of various string converters. Namely the c sprintf, the c++ ostringstream and ecl's converters (refer to package ecl_utilities).
Definition in file string_conversions.cpp.
int main | ( | ) |
Definition at line 43 of file string_conversions.cpp.