Home
last modified time | relevance | path

Searched refs:createProfiler (Results 1 – 7 of 7) sorted by relevance

/dports/games/multimc/MultiMC5-0.6.11/api/logic/tools/
H A DBaseProfiler.cpp33 BaseProfiler *BaseProfilerFactory::createProfiler(InstancePtr instance, QObject *parent) in createProfiler() function in BaseProfilerFactory
H A DBaseProfiler.h38 virtual BaseProfiler *createProfiler(InstancePtr instance, QObject *parent = 0);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Adapter/
H A DAdapter.php78 $profiler = $this->createProfiler($parameters);
353 protected function createProfiler($parameters) function in Zend\\Db\\Adapter\\Adapter
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Adapter/
H A DAdapter.php82 $profiler = $this->createProfiler($parameters);
401 protected function createProfiler($parameters) function in Zend\\Db\\Adapter\\Adapter
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/engine/
H A DPhysicsCommon.h104 Profiler* createProfiler();
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/engine/
H A DPhysicsCommon.cpp134 profiler = createProfiler(); in createPhysicsWorld()
505 Profiler* PhysicsCommon::createProfiler() { in createProfiler() function in PhysicsCommon
/dports/games/multimc/MultiMC5-0.6.11/application/
H A DLaunchController.cpp239 BaseProfiler *profilerInstance = m_profiler->createProfiler(m_launcher->instance(), this); in readyForLaunch()