Home
last modified time | relevance | path

Searched refs:AutoProfile (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h35 class AutoProfile; variable
207 class AutoProfile
210 NW_DISALLOW_COPY_AND_ASSIGN(AutoProfile);
214 AutoProfile(const char* name, ProfileManager* profileManager);
217 ~AutoProfile();
365 class AutoProfile
368 AutoProfile(const char*, ProfileManager*){} in AutoProfile() function
369 ~AutoProfile(){} in ~AutoProfile()
Ddev_Config.h29 #define NW_PROFILE(name) nw::dev::AutoProfile NW_profile(name, nw::dev::ProfileCenter::GetProfileMa…
Ddev_ParticleProfile.h144 nw::dev::AutoProfile p(name, nw::dev::ParticleProfileCenter::GetProfileManager())
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp266 AutoProfile::AutoProfile(const char* name, ProfileManager* profileManager) in AutoProfile() function in nw::dev::AutoProfile
323 AutoProfile::~AutoProfile() in ~AutoProfile()
386 AutoProfile::GetTime() in GetTime()