16 #if defined(CC_PARSER_PROFILE_TEST) 17 #if CC_PARSER_PROFILE_TEST 18 #define CC_PROFILE_TIMER() \ 19 static ProfileTimerData __ptd; \ 20 static size_t __i = ProfileTimer::Registry(&__ptd, wxString(__PRETTY_FUNCTION__, wxConvUTF8)); \ 21 __ptd.m_CallTimes += __i; \ 22 ProfileTimerHelper __profileTimerHelper(__ptd) 23 #define CC_PROFILE_TIMER_LOG() ProfileTimer::Log() 25 #define CC_PROFILE_TIMER() 26 #define CC_PROFILE_TIMER_LOG() 57 typedef std::map<ProfileTimerData*, wxString>
ProfileMap;
61 #endif // PROFILETIMER_H
ProfileTimerData & m_ProfileTimerData
std::map< ProfileTimerData *, wxString > ProfileMap
static ProfileMap m_ProfileMap