Skip to content

Instantly share code, notes, and snippets.

@mmansion
Created May 25, 2017 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmansion/7a8f3051a6b0faf4a95d21352f8342b1 to your computer and use it in GitHub Desktop.
Save mmansion/7a8f3051a6b0faf4a95d21352f8342b1 to your computer and use it in GitHub Desktop.
void ofApp::update()
{
// snippet start
std::stringstream strm;
strm << "fps: " << ofGetFrameRate();
ofSetWindowTitle(strm.str());
// snippet end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment