Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp43 ProfileManager*
44 ProfileManager::CreateProfileManager( in CreateProfileManager()
45 ProfileManager::Description& description, in CreateProfileManager()
49 void* managerMemory = allocator->Alloc(sizeof(ProfileManager)); in CreateProfileManager()
51ProfileManager* profileManager = new(managerMemory) ProfileManager(allocator, description, reports… in CreateProfileManager()
58 ProfileManager::Destroy(os::IAllocator* allocator) in Destroy()
60 this->~ProfileManager(); in Destroy()
65 ProfileManager::ProfileManager( in ProfileManager() function in nw::dev::ProfileManager
67 const ProfileManager::Description& description, in ProfileManager()
76 ProfileManager::~ProfileManager() in ~ProfileManager()
[all …]
Ddev_ParticleProfile.cpp42 nw::dev::ProfileManager::Description description; in Initialize()
44 description.exportFormat = nw::dev::ProfileManager::CHART; in Initialize()
45 description.accuracy = nw::dev::ProfileManager::MILI_SECOND; in Initialize()
46 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
48 …nw::dev::ProfileManager* profileManager = nw::dev::ProfileManager::CreateProfileManager( descripti… in Initialize()
54 profileManager = nw::dev::ProfileManager::CreateProfileManager( description, (allocator) ); in Initialize()
/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h42 class ProfileManager
45 NW_DISALLOW_COPY_AND_ASSIGN(ProfileManager);
122 static ProfileManager* CreateProfileManager(
123 ProfileManager::Description& description,
173 const ProfileManager::Description& GetDescription() const { return m_Description; } in GetDescription()
193 ProfileManager(
195 const ProfileManager::Description& description,
198 ~ProfileManager();
200 ProfileManager::Description m_Description;
214 AutoProfile(const char* name, ProfileManager* profileManager);
[all …]
Ddev_ParticleProfile.h78 static nw::dev::ProfileManager* GetProfileManager() in GetProfileManager()
99 nw::dev::ProfileManager* m_ProfileManager;
100 nw::dev::ProfileManager* m_IntervalProfileManager;
104 nw::dev::ProfileManager::Report m_Report;
119 static nw::dev::ProfileManager* GetProfileManager(){ return NULL; }