PolymerLabs / polydev

Automatic web components profiling in chrome devtools
123 stars 10 forks source link

Add MOAR metrics! #1

Open ebidel opened 9 years ago

ebidel commented 9 years ago

The perf bookmarklet at https://gist.github.com/ebidel/57c9e9379ec6b0bda16d has some numbers that would be interesting to add:

justinfagnani commented 9 years ago

Instance count is there in there count column. It's the total instance count since page load, not just the current in-document count.

For import load times, does a top-level import's load time include it's transitive import's load times?

ebidel commented 9 years ago

It's hard to say because of https://code.google.com/p/chromium/issues/detail?id=505279.