-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Mimalloc has a special compilation flag to emit tracing events on Windows https://github.com/microsoft/mimalloc?tab=readme-ov-file#etw
Please consider adding support for this compilation flag via feature.
I am interested in allocation profiling of my Node.js Native Addon written in Rust. For MacOS and Linux I use jemalloc with profiling feature enabled https://crates.io/crates/jemalloc_pprof For Windows I would like to use mimalloc with Event tracing feature, so I could monitor allocations using Windows performance recorder & Windows performance analyzer.
Metadata
Metadata
Assignees
Labels
No labels