Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 286 Bytes

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.