Go to the source code of this file.
Classes | |
| class | MR::Timer |
Namespaces | |
| namespace | MR |
Macros | |
| #define | MR_TIMER MR::Timer _timer( __FUNCTION__ ) |
| #define | MR_NAMED_TIMER(name) MR::Timer _named_timer( name ) |
Functions | |
| MRMESH_API void | MR::printTimingTreeAtEnd (bool on, double minTimeSec=0.1) |
| MRMESH_API void | MR::printCurrentTimerBranch () |
| prints current timer branch | |
| MRMESH_API void | MR::printTimingTree (double minTimeSec=0.1) |
| #define MR_NAMED_TIMER | ( | name | ) | MR::Timer _named_timer( name ) |
| #define MR_TIMER MR::Timer _timer( __FUNCTION__ ) |