https://github.com/xuorig/jeprof-rs
A port of jeprof
https://github.com/xuorig/jeprof-rs
jemalloc
Last synced: over 1 year ago
JSON representation
A port of jeprof
- Host: GitHub
- URL: https://github.com/xuorig/jeprof-rs
- Owner: xuorig
- Created: 2024-02-20T16:42:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T16:46:08.000Z (over 2 years ago)
- Last Synced: 2025-01-05T22:43:52.889Z (over 1 year ago)
- Topics: jemalloc
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JeProf-RS (WIP)
A port of `jeprof` written in rust. Currently this will be very tailored to my needs (generating flamegraphs quickly without relying on commandline addr2line and other tools used by jeprof). Most likely
this won't handle everything `jeprof` can do initially.