tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.29k stars 99 forks source link

remove malloc free test #190

Closed YangKeao closed 1 year ago

YangKeao commented 1 year ago

Signed-off-by: YangKeao yangkeao@chunibyo.icu

I record an issue https://github.com/tikv/pprof-rs/issues/189. I haven't thought about some good ways to solve this problem, so I removed them temporarily.

YangKeao commented 1 year ago

Closed. As it becomes part of https://github.com/tikv/pprof-rs/pull/188.