Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IISResetMe/PSProfiler

PowerShell Script Profiler
https://github.com/IISResetMe/PSProfiler

Last synced: about 2 months ago
JSON representation

PowerShell Script Profiler

Awesome Lists containing this project

README

        

# PSProfiler

----

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

## Installation and usage

```powershell
Install-Module PSProfiler
Import-Module PSProfiler

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