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

Fork backtrace-rs #185

Closed hehechen closed 1 year ago

hehechen commented 1 year ago

Signed-off-by: hehechen awd123456sss@gmail.com Closes: https://github.com/tikv/pprof-rs/issues/184 Fork backtrace-rs and modify MAPPINGS_CACHE_SIZE to 10.

YangKeao commented 1 year ago

Wait a minute. https://github.com/tikv/pprof-rs/pull/188 will fix the CI.

sticnarf commented 1 year ago

I'm worrying whether there will be problems if the user links different backtrace-rs libraries. @hehechen Is it acceptable for you to patch at your binary? And we update backtrace-rs until unstream accepts your patch.

hehechen commented 1 year ago

I will patch to TiKV and TiFlash proxy. https://github.com/tikv/tikv/pull/14026