• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 #>
}