Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IISResetMe/PSProfiler
PowerShell Script Profiler
https://github.com/IISResetMe/PSProfiler
Last synced: about 2 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 4 years ago)
- Default Branch: trunk
- Last Pushed: 2023-05-07T13:36:52.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:05:29.001Z (5 months ago)
- Language: PowerShell
- Size: 82 KB
- Stars: 124
- Watchers: 7
- Forks: 9
- Open Issues: 4
-
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 PSProfilerMeasure-Script {
<# script goes here #>
}
```