4.0.0
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:
Top50Duration
, shows the inclusive percent and inclusive duration first:
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.
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.