Closed lostintangent closed 8 years ago
Thanks @lostintangent.
This issue highlights a larger problem we need to address with timings in general. I'm not assigning this to a milestone just yet, but we'll track this and I suspect we'll need to solve all of our timing issues sooner rather than later.
This issue depends on Glimpse/Glimpse.Node#122.
This issue is related to Client work Glimpse/Glimpse.Client#132
👌
This is now available in version 0.14.1. For more information, please see our announcement. If you continue to experience this issue, please let us know. - :heart: the Glimpse team.
It's awesome that Glimpse displays
console.time
/console.timeEnd
intervals (I was so happy to see this!). However, there are a few things which I found somewhat strange about the way they're currently displayed:From Start
orDuration
columns are populated, which would actually be very useful, particularly for custom time interval entries. The duration is displayed in the log message, so this isn't a blocker, but it's generally easier to read structured data in a tabular format (for me at least), instead of needing to parse the message content for relevant data.console.timeEnd
was), but in general, the mismatch between individual messages and intervals isn't completely ideal.In practice, neither of these suggestions may actually matter to users, but I just thought I would throw it out there.