Record metrics with 'measured'

This commit is contained in:
Marcel Klehr 2013-10-27 17:42:55 +01:00
parent b1b801e7c7
commit 940f114a84
5 changed files with 40 additions and 9 deletions

3
src/node/stats.js Normal file
View file

@ -0,0 +1,3 @@
var measured = require('measured')
module.exports = measured.createCollection();