Skip to content

Instantly share code, notes, and snippets.

@tamebadger
Created August 1, 2014 06:34
Show Gist options
  • Save tamebadger/a8964eff06ab491da39b to your computer and use it in GitHub Desktop.
Save tamebadger/a8964eff06ab491da39b to your computer and use it in GitHub Desktop.
Detailed Broccoli info
logLines.push(pad(name, 30) + ' | ' + pad(Math.floor(node.selfTime / 1e6) + 'ms', 15))
//if (node.selfTime > minimumTime) {
// logLines.push(pad(name, 30) + ' | ' + pad(Math.floor(node.selfTime / 1e6) + 'ms', 15))
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment