profiler.h File Reference
LibRPA
|
Utilities to profile the program. More...
#include <vector>
#include <ctime>
#include <string>
#include <map>
Include dependency graph for profiler.h:
Go to the source code of this file.
Classes | |
class | Profiler |
A simple profiler object to record timing of code snippet runs in the program. More... | |
Functions | |
double | cpu_time_from_clocks_diff (const std::clock_t &ct_start, const std::clock_t &ct_end) |
Detailed Description
Utilities to profile the program.
Generated by