Releases: google/EtwToPprof
Releases · google/EtwToPprof
Split Chrome processes by type
Now with CPU Usage Aggregation
This release adds aggregated process and thread CPU usage information to the pprof trace as comments. The CPU usage is estimated by dividing sampled CPU time by wall time (estimated from timestamps first emitted sample to last emitted sample).
Also adds the following command-line flags:
--includeProcessIds to export only process (and not thread IDs unlike --includeProcessAndThreadIds)
--loadSymbols (default: true) to allow skipping symbol loading but still emit aggregated process and thread CPU usage
First release
This is last year's release which was available internally at Google, but never published externally. Archived here for posterity.