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 AutoTiming(const char *name = __FUNCTION__);
81 #define AUTO_TIMER_STRING(name, cnt) name ## cnt
82 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt)
83 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__)