From a7f2b5ca3555afff69adeec4ffa73a99253eb72d Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Thu, 5 Aug 2021 15:06:29 -0700 Subject: [PATCH] Add link to PSProfiler --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d9b584..c5c71c5 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ Here is a more complex example: # More Resources ## Blog Posts * [Powershell: Chronometer, line by line script execution times](https://powershellexplained.com/2017-02-05-Powershell-Chronometer-line-by-line-script-execution-times) +## Alternate Solutions +* [PSProfiler](https://github.com/IISResetMe/PSProfiler)