I am a simple frame counter for pharo!
# frameCounter I am a simple frame counter for pharo! I show the frames per second and the events per second: Install me! ```Smalltalk Metacello new baseline: 'FrameCounter'; repository: 'github://tesonep/FrameCounter'; load. ``` Run me! ```Smalltalk FrameCounter open. ```