mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
We have to have pfbenchmark! I love the dan dan noodles.
This commit is contained in:
@@ -18,6 +18,7 @@ $(document).on 'show-console', -> window.showConsole()
|
||||
|
||||
window.pbenchmark = window.profile
|
||||
window.fpbenchmark = (description, fn) -> window.profile(description, fn, true)
|
||||
window.pfbenchmark = window.fpbenchmark
|
||||
window.fbenchmark = (description, fn, profile) -> window.benchmark(description, fn, profile, true)
|
||||
|
||||
window.profile = (description, fn, focused) ->
|
||||
|
||||
Reference in New Issue
Block a user