MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "StopWatchPack_stopwatch.hpp"
Go to the source code of this file.
Classes | |
class | ProfileHackPack::ProfileTiming |
Helper class that takes care of timing. More... | |
Namespaces | |
ProfileHackPack | |
Functions | |
void | ProfileHackPack::set_time (const char func_name[], double time_secs) |
Set the name and time for a function or other section of code. More... | |
void | ProfileHackPack::print_timings (std::ostream &out) |
Print out the timing generated by calls to set_time(). More... | |