kagux / ex_debug_toolbar

A debug web toolbar for Phoenix projects to display all sorts of information about request
https://hex.pm/packages/ex_debug_toolbar
407 stars 11 forks source link

support provided finish event with a precalculated duration value to #12

Closed kagux closed 7 years ago

kagux commented 7 years ago

improve prevision of reports that return time difference, such as phoenix instrumentation


This change is Reviewable

juanperi commented 7 years ago

although i understand and like the change (I also thought it was something we needed), shouldn't we understand the timing difference? or perhaps track both, own time and passed time, so we can more easily find what's wrong with timings