Benchmarks the performance of ecl exceptions. More...
#include <iostream>#include <sstream>#include <ecl/threads/priority.hpp>#include <ecl/time/stopwatch.hpp>#include <ecl/time/timestamp.hpp>#include <ecl/exceptions/standard_exception.hpp>
Go to the source code of this file.
Functions | |
| void | f1 () |
| void | f2 () throw (StandardException) |
| void | f3 () throw (StandardException) |
| void | f4 () throw (StandardException) |
| void | f5 () throw (StandardException) |
| void | f6 () throw (StandardException) |
| void | g1 () throw (StandardException) |
| void | g2 () throw (StandardException) |
| int | main () |
| void f1 | ( | ) |
Definition at line 32 of file exceptions.cpp.
| void f2 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 37 of file exceptions.cpp.
| void f3 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 42 of file exceptions.cpp.
| void f4 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 49 of file exceptions.cpp.
| void f5 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 56 of file exceptions.cpp.
| void f6 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 60 of file exceptions.cpp.
| void g1 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 64 of file exceptions.cpp.
| void g2 | ( | ) | ||
| throw | ( | StandardException | ||
| ) | ||||
Definition at line 71 of file exceptions.cpp.
| int main | ( | ) |
Definition at line 86 of file exceptions.cpp.