From e673f570ccbb9c4b83f2aca8faad1ba871c62f06 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 8 Mar 2012 18:17:58 -0800 Subject: [PATCH] We have to have pfbenchmark! I love the dan dan noodles. --- benchmark/benchmark-helper.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark-helper.coffee b/benchmark/benchmark-helper.coffee index 4cea25d70..c6086e7f3 100644 --- a/benchmark/benchmark-helper.coffee +++ b/benchmark/benchmark-helper.coffee @@ -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) ->