PSProfiler
PSProfiler copied to clipboard
PowerShell Script Profiler
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 #>
}