Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h37 class AutoProfile; variable
209 class AutoProfile
212 NW_DISALLOW_COPY_AND_ASSIGN(AutoProfile);
216 AutoProfile(const char* name, ProfileManager* profileManager);
219 ~AutoProfile();
367 class AutoProfile
370 AutoProfile(const char*, ProfileManager*){} in AutoProfile() function
371 ~AutoProfile(){} in ~AutoProfile()
Ddev_Config.h31 #define NW_PROFILE(name) nw::dev::AutoProfile NW_profile(name, nw::dev::ProfileCenter::GetProfileMa…
Ddev_ParticleProfile.h146 nw::dev::AutoProfile p(name, nw::dev::ParticleProfileCenter::GetProfileManager())
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp268 AutoProfile::AutoProfile(const char* name, ProfileManager* profileManager) in AutoProfile() function in nw::dev::AutoProfile
325 AutoProfile::~AutoProfile() in ~AutoProfile()
388 AutoProfile::GetTime() in GetTime()