Skip to content

Instantly share code, notes, and snippets.

@Zizzamia
Last active January 15, 2018 00:19
Show Gist options
  • Select an option

  • Save Zizzamia/b16edc8b4052ac4186ebc62151de7dca to your computer and use it in GitHub Desktop.

Select an option

Save Zizzamia/b16edc8b4052ac4186ebc62151de7dca to your computer and use it in GitHub Desktop.
const perfume = new Perfume({
logPrefix: "🍻 Beerjs:"
});
perfume.start('fibonacci');
fibonacci(400);
const duration = this.perfume.end('fibonacci');
perfume.log('Custom logging', duration);
// 🍻 Beerjs: Custom logging 0.14 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment