8000 Releases · google/EtwToPprof · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: google/EtwToPprof

Split Chrome processes by type

26 Aug 23:05
Compare
Choose a tag to compare

Controlled by the --splitChromeProcesses flag (default: true).

Now with CPU Usage Aggregation

27 Aug 00:35
Compare
Choose a tag to compare

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

27 Aug 00:34
Compare
Choose a tag to compare

This is last year's release which was available internally at Google, but never published externally. Archived here for posterity.

0