Use SFML to create the canvas/window. Let SFML set the context, etc. Then switch over to OpenGL and do your rendering normally. Before displaying the image, switch back to SFML's renderer, print your FPS or whatever else you want... then do the final "display()" with SFML.