mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
Fix option name for ETW tracking
This commit is contained in:
parent
92556e0e62
commit
a94b31d804
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ Adress sanitizer support is in its initial development -- please report any issu
|
||||||
### ETW
|
### ETW
|
||||||
|
|
||||||
Event tracing for Windows ([ETW]) provides a high performance way to capture all allocations though
|
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
|
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:
|
`src/prim/windows/etw-mimalloc.wprp` profile. In an admin prompt, you can use:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue