Skip to content

4.0.0

Compare
Choose a tag to compare
@nohwnd nohwnd released this 15 Jun 07:28
· 15 commits to main since this release

Add formats for data in the different Top* views

Format files were added for the Top* views and other views, so you don't have to use | Format-Table. Columns in views now change order based on what view you are looking at, so the relevant data are always first.

Top50SelfDuration, shows the exclusive percent and exclusive duration first:

image

Top50Duration, shows the inclusive percent and inclusive duration first:

image

Trace is nicely formatted:
image

Add aggregated views for Functions

There are 3 new views that show data aggregated to functions, to offer a better overview of where time is spent. Any code that is not in a function, is marked as <body> and split per file, or per scriptblock, when not in a file.

image

Speedscope export

Trace-Script -ExportPath exports profiler data into https://speedscope.app format, so you can easily visualize them as timeline or flame graph. The exporte data are summarized to functions.

image

image