Author Topic: Performance monitor  (Read 2334 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Performance monitor
« on: February 03, 2013, 06:59:49 pm »
This is source code of performance monitor, that I used in my project. By the class you can record CPU core load and VM memory usage. Rendering graphs is on you. Example contains very simple graphs, but they are well suitable only on 720p display.
As an example was chosen Physics example, because physics calculations highly loaded CPU and is evident, that jBullet has no multi-core support.



sources
http://dl.dropbox.com/u/26148874/PhysicsTest.zip

Offline kbjansen

  • byte
  • *
  • Posts: 37
    • View Profile
Re: Performance monitor
« Reply #1 on: February 04, 2013, 12:10:41 am »
Great!  Thank you very much!