Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
extensions:sx_fps_meter [2013/03/05 10:19] – external edit 127.0.0.1extensions:sx_fps_meter [2015/09/14 11:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +~~NOTOC~~
  
 +====== SXFPSMeter ======
 +
 +---- dataentry extension ----
 +type          : extension #or 'mod' if it requires changing the Sparrow source
 +author_mail   : pixelrevision@gmail.com Malcolm
 +description   : A quick and dirty FPS meter. #enter a short description of the extension
 +lastupdate_dt : 2011-04-11 #the date you created the extension
 +compatible    : v1.1 #the Sparrow version you tested the extension with
 +depends       :  #if the ext. depends on others, list them here
 +tags          : FPS, frames per second, meter #enter a few tags, separated by commas
 +homepage_urls : https://gist.github.com/893868 #if the ext. has an URL (e.g. a Gist-page), add it here
 +download_urls : https://gist.github.com/893868/download #a direct link to the download (e.g. the Gist-archive)
 +----
 +
 +===== Usage =====
 +A quick and dirty FPS meter for sparrow so you don't have to rely on NSLog.
 +
 +<code objc>
 +SXFPSMeter *meter = [[SXFPSMeter alloc] initWithText:@""];
 +[self addChild:meter];
 +</code>
 +
 +<note>
 +Sparrow 2.0 comes with a similar class built in: just enable the "showStats" property on the Sparrow view controller.
 +</note>
 +
 +===== Changelog =====
 +
 +  * //2011/04/11 22:20//: First public version
 +
 +===== Source Code =====
 +
 +%gist(893868)%
 +
 +===== Discussion =====
 +
 +//No comments so far. Feel free to edit this part of the page.//
  extensions/sx_fps_meter.txt · Last modified: 2015/09/14 11:15 by 127.0.0.1
 
Powered by DokuWiki