https://github.com/IISResetMe/PSProfiler
PowerShell Script Profiler
https://github.com/IISResetMe/PSProfiler
Last synced: 4 months ago
JSON representation
PowerShell Script Profiler
- Host: GitHub
- URL: https://github.com/IISResetMe/PSProfiler
- Owner: IISResetMe
- License: mit
- Created: 2020-06-16T22:35:51.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-05-07T13:36:52.000Z (over 2 years ago)
- Last Synced: 2024-12-04T01:35:36.763Z (about 1 year ago)
- Language: PowerShell
- Size: 82 KB
- Stars: 128
- Watchers: 8
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - IISResetMe/PSProfiler - PowerShell Script Profiler (PowerShell)
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 #>
}
```