Merge pull request #726 from Xazax-hun/patch-1

Fix option name for ETW tracking
This commit is contained in:
Daan 2023-04-14 09:37:58 -07:00 committed by GitHub
commit 6d18559014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,7 +518,7 @@ Adress sanitizer support is in its initial development -- please report any issu
### ETW
Event tracing for Windows ([ETW]) provides a high performance way to capture all allocations though
mimalloc and analyze them later. To build with ETW support, use the `-DMI_TRACE_ETW=ON` cmake option.
mimalloc and analyze them later. To build with ETW support, use the `-DMI_TRACK_ETW=ON` cmake option.
You can then capture an allocation trace using the Windows performance recorder (WPR), using the
`src/prim/windows/etw-mimalloc.wprp` profile. In an admin prompt, you can use: