Home
last modified time | relevance | path

Searched refs:STOP_PROFILE (Results 1 – 6 of 6) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrscreen.cpp266 STOP_PROFILE("dispCam->update*"); in camDraw()
278 STOP_PROFILE("dispCam->action*"); in camDraw()
292 STOP_PROFILE("grDrawCar*"); in camDraw()
298 STOP_PROFILE("grDrawScene*"); in camDraw()
379 STOP_PROFILE("boardCam*"); in update()
388 STOP_PROFILE("grDisp**"); in update()
H A Dgrmain.cpp329 STOP_PROFILE("grRefreshSound*"); in refresh()
334 STOP_PROFILE("grDrawBackground/glClear"); in refresh()
342 STOP_PROFILE("refresh"); in refresh()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dcommands.h49 STOP_PROFILE, enumerator
231 {STOP_PROFILE, "profile_stop"},
H A Dmessage.cpp1117 else if (command == commands[STOP_PROFILE]) in processProfileCommands()
/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Draceengine.cpp654 STOP_PROFILE("rbDrive*"); in ReOneStep()
661 STOP_PROFILE("_reSimItf.update*"); in ReOneStep()
729 STOP_PROFILE("ReOneStep*"); in ReUpdate()
775 STOP_PROFILE("ReUpdate"); in ReUpdate()
/dports/games/torcs/torcs-1.3.7/src/libs/tgf/
H A Dtgf.h562 #define STOP_PROFILE(name) Profiler::getInstance()->stopProfile() macro
602 #define STOP_PROFILE(a) macro