microsoft / vscode-js-profile-visualizer

A custom editor for viewing `.cpuprofile` files in VS Code
MIT License
135 stars 26 forks source link

CPU profile annotations show doubled values #135

Closed anotherandi closed 2 months ago

anotherandi commented 1 year ago

The values in the source annotation show exactly the doubled values from the table view. annotation The values in the table view are plausible. The wrong values in the annotations are doubled for both the Self value and the Total value.

table

connor4312 commented 2 months ago

Fixed in the latest VS Code Insiders