Files
zulip/static/js
Steve Howell 016038dcd1 blueslip: Add measure_time wrapper.
Now when we want to measure how long a block
of code takes to execute, we just wrap it with
`blueslip.measure_time`, instead of the awkward
idiom from my original commit of getting a callback
function.

My rationale for the original scheme was that I
wanted to minimize diffs and avoid changing
`const` to `let` in a few cases, but I believe
now that the function wrapper is nicer.

In a few cases I just removed the blueslip timing
code, since I was able to confirm on czo that
the times were pretty minimal.
2021-02-03 15:23:17 -08:00
..
2021-01-29 09:36:35 -08:00
2020-10-07 16:00:33 -07:00
2020-10-07 16:00:33 -07:00
2020-12-10 19:52:22 -08:00
2021-01-29 09:36:35 -08:00
2021-01-29 09:36:35 -08:00
2020-12-22 16:14:28 -08:00
2021-02-03 15:23:17 -08:00
2020-12-22 16:14:28 -08:00
2020-12-22 16:14:28 -08:00
2020-12-22 16:14:28 -08:00
2021-02-03 15:23:17 -08:00
2020-12-22 16:14:28 -08:00
2021-02-03 15:23:17 -08:00