Advanced button stats

Show Advanced button stats

Author
BenWo
Daily installs
0
Total installs
22
Ratings
1 0 0
Version
0.5
Created
2015-04-03
Updated
2015-04-04
License
N/A
Applies to

Userscript to show advanced live stats for http://www.reddit.com/r/thebutton/

Adds display for:

  • Button Operations per Second(BOPS)
  • Button Clicks per minute
  • Current Flair earned if you press the button
  • Lowest time seen since refresh
  • Average seconds per click

Stats are calculated on a 60 second rolling window, updated every 0.5 second.
Keep in mind, the calculations are crude estimates until 60s of data has been gathered!

Changelog:

v0.5
* Adjusted expected flair back to original formula to account for rounding.

v0.4
* Adjusted flair ranges, apparently blue goes from 42 - 51
* Added Lowest Seen time since page load
* Added average seconds per click, which is just inverse of BOPS, but easier to understand at a glance

v0.3
* Changed rolling time window to 60s, in order to capture increasingly low BOPS

v0.2
* Fixed mathematical error in presses per minute calculation