#include "MRMeshFwd.h"
#include "MRPch/MRBindingMacros.h"
#include <chrono>
#include <string>
Go to the source code of this file.
|
| namespace | MR |
| | only for bindings generation
|
|
| #define | MR_TIMER MR::Timer _timer( __FUNCTION__ ) |
| | FUNCTION in GCC/Clang returns only short function name without class name and template parameters
|
| #define | MR_NAMED_TIMER(name) |
◆ MR_NAMED_TIMER
| #define MR_NAMED_TIMER |
( |
| name | ) |
|
◆ MR_TIMER
| #define MR_TIMER MR::Timer _timer( __FUNCTION__ ) |
FUNCTION in GCC/Clang returns only short function name without class name and template parameters