|
IFEM
90A354
|
Simple profiling of computational tasks. More...

Functions | |
| static double | WallTime () |
| Returns the current wall time in seconds and resolution in microsec. | |
| static int | iThread () |
| Returns the current thread ID when in a parallel loop, -1 otherwise. | |
| std::ostream & | operator<< (std::ostream &os, const Profiler::Profile &p) |
| Global stream operator printing a Profile instance. | |
Variables | |
| static bool | use_ms = false |
| Print mean times in microseconds? | |
Simple profiling of computational tasks.