chrometracing icon indicating copy to clipboard operation
chrometracing copied to clipboard

libraries for various programming languages that make it easy to generate per-process trace files that can be loaded into chrome://tracing

Results 2 chrometracing issues
Sort by recently updated
recently updated
newest added

We have a Python implementation: https://github.com/google/chrometracing/blob/main/chrometracing.py …but this implementation is not available as a package one can install via pip, only because I don’t know how to set that up.

We have a Java implementation, but I don’t know how to scrub it of internal comments, annotations and dependencies for an open-source release. I also don’t know whether/how we can...