Created
April 26, 2012 02:11
-
-
Save mccv/2495209 to your computer and use it in GitHub Desktop.
Minimum Viable Stats Package for Node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var stats = { | |
time : function(metric, f) { | |
f() | |
}, | |
get_time_ms: function(metric) { | |
// it's async, so everything is fast | |
return 0 | |
} | |
} |
Author
mccv
commented
Apr 26, 2012
via email
it is now significantly more trill
…On Wed, Apr 25, 2012 at 7:55 PM, Arya Asemanfar ***@***.*** wrote:
you don't need a semicolon
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/2495209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment