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

update the prost generated file and remove malloc_free #188

Closed YangKeao closed 1 year ago

YangKeao commented 1 year ago

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

It seems that even when the minor version of prost-build doesn't change, it will also generate different files :thinking: . Maybe we'll need to lock the patch version of prost-build? (I don't know whether it will break users' choices).


For removing malloc free test:

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.

I have to merge these two PRs into one, or I cannot get any one of them merged :cry: .