Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp45 ProfileManager*
46 ProfileManager::CreateProfileManager( in CreateProfileManager()
47 ProfileManager::Description& description, in CreateProfileManager()
51 void* managerMemory = allocator->Alloc(sizeof(ProfileManager)); in CreateProfileManager()
53ProfileManager* profileManager = new(managerMemory) ProfileManager(allocator, description, reports… in CreateProfileManager()
60 ProfileManager::Destroy(os::IAllocator* allocator) in Destroy()
62 this->~ProfileManager(); in Destroy()
67 ProfileManager::ProfileManager( in ProfileManager() function in nw::dev::ProfileManager
69 const ProfileManager::Description& description, in ProfileManager()
78 ProfileManager::~ProfileManager() in ~ProfileManager()
[all …]
Ddev_ParticleProfile.cpp44 nw::dev::ProfileManager::Description description; in Initialize()
46 description.exportFormat = nw::dev::ProfileManager::CHART; in Initialize()
47 description.accuracy = nw::dev::ProfileManager::MILI_SECOND; in Initialize()
48 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
50 …nw::dev::ProfileManager* profileManager = nw::dev::ProfileManager::CreateProfileManager( descripti… in Initialize()
56 profileManager = nw::dev::ProfileManager::CreateProfileManager( description, (allocator) ); in Initialize()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h44 class ProfileManager
47 NW_DISALLOW_COPY_AND_ASSIGN(ProfileManager);
124 static ProfileManager* CreateProfileManager(
125 ProfileManager::Description& description,
175 const ProfileManager::Description& GetDescription() const { return m_Description; } in GetDescription()
195 ProfileManager(
197 const ProfileManager::Description& description,
200 ~ProfileManager();
202 ProfileManager::Description m_Description;
216 AutoProfile(const char* name, ProfileManager* profileManager);
[all …]
Ddev_ParticleProfile.h80 static nw::dev::ProfileManager* GetProfileManager() in GetProfileManager()
101 nw::dev::ProfileManager* m_ProfileManager;
102 nw::dev::ProfileManager* m_IntervalProfileManager;
106 nw::dev::ProfileManager::Report m_Report;
121 static nw::dev::ProfileManager* GetProfileManager(){ return NULL; }