ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Is there an extended documentation for Tracing Domain? #121

Closed AshDee closed 5 years ago

AshDee commented 6 years ago

I have been working with the tracing domain for the past two days and have logged the results to console. Is there a documentation which can give some ideas on the different categories and the names that come in the tracing result.

Would be great to know what they represent.

JoelEinbinder commented 5 years ago

You can check out chrome://tracing/ to try to find some clues. But unfortunately there isn't extensive documentation on all of the categories.

patrickhulce commented 5 years ago

@AshDee you might find this document helpful on deciphering trace events.

AshDee commented 5 years ago

Thanks a lot, @patrickhulce , @JoelEinbinder