-
Notifications
You must be signed in to change notification settings - Fork 5
Screenshots and Examples
For testing purposes CxxProf has been integrated in a number of applications. The generated data is available in the examples. If your project is using CxxProf and you have some interesting output available please contact us.
##AssaultCube
Added Brofiler to see how long the AI takes to do certain tasks. In the below Screenshot you can see how the Bots are added to the game. There are also CXXPROF_PLOTs for the FPS and number of bots Link to Image
##ppsspp
The example for ppsspp shows different threads working in parallel. The mainloop takes time when selecting a file, after which the Core_RunLoop needs time to load that file. There also are some CXXPROF_PLOTs showing when there were messages available and how many Link to Image
##DON Chess engine
DON is a multithreaded chess engine. The beneath data was taken during the 'thinking' process of DON. Unfortunately the whole datastream was too big to get it on a small picture, but you can probably get the idea of what is possible. Link to Image