Last active
January 15, 2018 00:19
-
-
Save Zizzamia/b16edc8b4052ac4186ebc62151de7dca to your computer and use it in GitHub Desktop.
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
| 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