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 564 forks source link

Can any of these tools be used to trace a node.js application? #4392

Open epatpol opened 6 years ago

epatpol commented 6 years ago

I didn't find any mailing list/gitter on the readme for this project, so sorry in advance if this doesn't belong here. I'm having trouble understanding the different projects under the catapult repo and I was just wondering if any of those tools/libs support tracing the backend (node.js) of a web application to (eventually) generate a log file compliant with the Trace Event Format.

My goal would be to trace the backend of my application, and view that trace inside chrome/tracecompass or any other viewer that can handle this format.

For now the only one I saw was this but it seems outdated and it doesn't support counters/instants and whatnot.