Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 205 Bytes

PROFILING.md

File metadata and controls

12 lines (9 loc) · 205 Bytes

Profiling

Memory Profiling

cargo run --features memory-profiling 2>&1 | grep "monitoring"

save to file

cargo run --features memory-profiling > ren-browser-profiling.log 2>&1