Lines Matching refs:name
41 MppClock mpp_clock_get(const char *name);
50 MppTimer mpp_timer_get(const char *name);
55 MppStopwatch mpp_stopwatch_get(const char *name);
68 MppTime(const char *name = __FUNCTION__);
82 #define AUTO_TIMER_STRING(name, cnt) name##cnt
83 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt)
84 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__)