mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
rename
This commit is contained in:
parent
1a99efc671
commit
63f88cb43d
2 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
- `etw.h` is generated from `etw.man` which contains the manifest for mimalloc events.
|
- `etw.h` is generated from `etw.man` which contains the manifest for mimalloc events.
|
||||||
(100 is an allocation, 101 is for a free)
|
(100 is an allocation, 101 is for a free)
|
||||||
|
|
||||||
- `mimalloc.wprp` is a profile for the Windows Performance Recorder (WPR).
|
- `etw-mimalloc.wprp` is a profile for the Windows Performance Recorder (WPR).
|
||||||
In an admin prompt, you can use:
|
In an admin prompt, you can use:
|
||||||
```
|
```
|
||||||
> wpr -start src\prim\windows\mimalloc.wprp -filemode
|
> wpr -start src\prim\windows\etw-mimalloc.wprp -filemode
|
||||||
> <my mimalloc program>
|
> <my mimalloc program>
|
||||||
> wpr -stop test.etl
|
> wpr -stop test.etl
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue