ember-best-practices / ember-perf-timeline

Add performance information to Chrome's Timeline for Ember applications
MIT License
98 stars 12 forks source link

"Console" section in Performance profile? #25

Open allthesignals opened 5 years ago

allthesignals commented 5 years ago

Hi there – in the readme, you have a screenshot of a profile showing the performance timing of certain components, but I can't seem interpret the results of my profiler:

image

Should I be seeing a "Console" section with familiar names of components? Just not sure if the addon is working for me, or if I'm just missing something.

stefanpenner commented 4 years ago

In your screenshot, you have an expandable region named "timings" if you expand those, the ember specific timings should appear

stefanpenner commented 4 years ago

I'll be sure to update our screenshot in the readme shortly.