Skip to content

Overview of the statistics system

Phil Jackson edited this page Feb 11, 2014 · 2 revisions

arb_stats.coffee

  • This is the next iteration of the stats system.
  • It's a little more efficient and flexible.
  • It'll become the canonical system soon.

It exposes two classes:

class exports.StatCounters extends Stat
class exports.StatTimers extends Stat

stats.coffee

The older system. Got us to where we are today :)

Clone this wiki locally