catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.93k stars 563 forks source link

File size stats should be available in Chrome trace viewer #2790

Open zeptonaut opened 8 years ago

zeptonaut commented 8 years ago

Right now, file size stats are only available through the standalone trace viewer, not the embedded version within Chrome. Especially with how often Chrome has problems dealing with too-large traces, it would definitely be useful to be able to record a trace in Chrome and easily view its file size stats.

@natduca, I know you had this on your mind. Were you still planning to get to this? If not, any idea who might be good to hand it off to?

natduca commented 8 years ago

Its definitely on my mind, its a tough one to fix. What's blocking this is us moving from using the builtin json parser to a streaming json tokenizer. I gather that devtools has something here that we can begin with but work is required.

As far as whom can attack this, I'm happy to have it on my plate though pessimistic on the likelihood of being able to drive it for 55.