Skip to content

Commit 382c393

Browse files
authored
Update README.md (#341)
Changed -debug to -DebugEvaluate in Capturing Trace Logs
1 parent edad15c commit 382c393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/WinMLRunner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ First Iteration Performance (load, bind, session creation, and evaluate):
271271
```
272272
logman start winml -ets -o winmllog.etl -nb 128 640 -bs 128
273273
logman update trace winml -p {BCAD6AEE-C08D-4F66-828C-4C43461A033D} 0xffffffffffffffff 0xff -ets
274-
WinMLRunner.exe -model C:\Repos\Windows-Machine-Learning\SharedContent\models\SqueezeNet.onnx -debug
274+
WinMLRunner.exe -model C:\Repos\Windows-Machine-Learning\SharedContent\models\SqueezeNet.onnx -DebugEvaluate
275275
logman stop winml -ets
276276
```
277277
The winmllog.etl file will appear in the same directory as the WinMLRunner.exe.

0 commit comments

Comments
 (0)