#include "MRMeshFwd.h"
#include "MRLog.h"
#include "MRPch/MRBindingMacros.h"
#include <chrono>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
struct | MR::SimpleTimeRecord |
struct | MR::TimeRecord |
struct | MR::ThreadRootTimeRecord |
Namespaces | |
namespace | MR |
Functions | |
MR_BIND_IGNORE MRMESH_API void | MR::registerThreadRootTimeRecord (ThreadRootTimeRecord &root) |
installs given record in the current thread (no record must be installed before) | |
MR_BIND_IGNORE MRMESH_API void | MR::unregisterThreadRootTimeRecord (ThreadRootTimeRecord &root) |
un-installs given record in the current thread | |