Displying the framerate

I know I have seen this somewhere. Maybe in another 3d engine. But is there a way to display the framerate of a scene in a small over lay area of the screen?

found this in the API:

panda3d.org/manual/epydoc/public … class.html

search for framerate. There’s a method there that displays the framerate in the corner of the screen.

thanks I found it