We have to have pfbenchmark! I love the dan dan noodles.

This commit is contained in:
Corey Johnson
2012-03-08 18:17:58 -08:00
parent 095d2c0f19
commit e673f570cc

View File

@@ -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) ->