Saturday, December 26, 2009

Simple FPS Display component

Some times when we write and test Flex applications we need to know current FPS or RPS (render per second) values to see performance. So I decided to write simple FPS display component. The component has two possible mode "fps" and "rps". It based on SkinnableComponent so you can write and apply your own skins.
Below you can see the example (use view source to get source code):

Hope you will find it helpfull.

1 comment:

  1. Very cool. This will definitely come in handy when building an UI Application. Having performance counters in front of your eyes at all time when building an app makes you aware of the impact that your changes have.

    ReplyDelete