#include "Mesquite.hpp"
#include "MsqDebug.hpp"
#include <vector>
#include <utility>
#include <string>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | Timer |
class | StopWatch |
class | StopWatchCollection |
class | FunctionTimer |
Namespaces | |
Mesquite | |
Used to hold the error state and return it to the application. | |
Macros | |
#define | MSQ_FUNCTION_TIMER(NAME) |
Functions | |
msq_stdio::ostream & | operator<< (msq_stdio::ostream &, StopWatchCollection &coll) |
void | print_timing_diagnostics (int debugflag) |
void | print_timing_diagnostics (msq_stdio::ostream &stream) |
#define MSQ_FUNCTION_TIMER | ( | NAME | ) |
Definition at line 216 of file src/Misc/MsqTimer.hpp.