Skip to content

Instantly share code, notes, and snippets.

@subhog
Created June 4, 2013 09:14
Show Gist options
  • Save subhog/5704705 to your computer and use it in GitHub Desktop.
Save subhog/5704705 to your computer and use it in GitHub Desktop.
if(Meteor.isServer) {
Nodetime.profile({
accountKey: '...',
appName: '...',
debug: true,
mongodbMetrics: true,
});
Nodetime.metric('demo', 'init', 1, 'time', 'sum');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment