is there a quick and dirty way to measure the time a react update takes with rum?
for example, in https://github.com/tonsky/rum/blob/gh-pages/examples/rum/examples/bmi_calculator.cljc can I just wrap the swap!
call in a (time ... )
or the body of the defc?