15#ifndef ML_META_PROFILE_H 
   16#define ML_META_PROFILE_H 
   41    FieldNotificationCall = 2,
 
   49  } MLProfilingFunctionType;
 
 
  158                                     void* userData=
nullptr,
 
  159                                     const std::string& filename=
"",
 
  161                                     const std::string& nodeInfo=
"")
 
  163    return _timeProfile->startMeasuring(function, 
userId, userData, filename, linenumber, nodeInfo);
 
 
  192  std::vector<MLMetaProfile*> _subMetaProfiles;
 
  194  std::string _description;
 
 
unsigned int MLProfilingCountType
 
size_t MLProfilingMemoryType
 
#define MLPROFILINGMANAGER_EXPORT
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.