Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 281 Bytes

PSProfiler


PSProfiler (fka. IISResetMe/MeasureScript) is a runtime profiling tool for PowerShell 5 and newer.

Installation and usage

Install-Module PSProfiler
Import-Module PSProfiler

Measure-Script {
    <# script goes here #>
}