From 48d187edd4e8f8201cb17b6b288d1d1c0172c467 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Tue, 3 Nov 2020 18:01:31 -0800 Subject: [PATCH] Update Examples.ps1 Change example path it example tracing script. --- performanceTracing/ExampleScripts/Examples.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/performanceTracing/ExampleScripts/Examples.ps1 b/performanceTracing/ExampleScripts/Examples.ps1 index e8fe85c..10548cb 100644 --- a/performanceTracing/ExampleScripts/Examples.ps1 +++ b/performanceTracing/ExampleScripts/Examples.ps1 @@ -3,6 +3,6 @@ # A simple powershell script to capture a 60 second performance trace -Wpr.exe -start \\mfperf\wprp\MF_TRACE.WPRP!MediaPerformance -filemode +Wpr.exe -start c:\myTraceProfiles\MF_TRACE.WPRP!MediaPerformance -filemode start-sleep 60 -wpr.exe -stop perftrace.etl \ No newline at end of file +wpr.exe -stop perftrace.etl