day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Enhance timing panel to give more granular results #136

Open danielcompton opened 6 years ago

danielcompton commented 6 years ago

Correct timing skew from subscriptions running while views render

In the traces and timing panels we need to calculate the 'self' time for each trace and use that when calculating the time taken to run views and subscriptions.

More granular results

Collect event and effect timing