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