tikv / pprof-rs

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

Fix build for aarch64-linux-android #202

Closed flxo closed 1 year ago

flxo commented 1 year ago

Enable building pprof for target_os = android.

YangKeao commented 1 year ago

Do you have a demo program to run pprof-rs on Android? It sounds really interesting.

flxo commented 1 year ago

Do you have a demo program to run pprof-rs on Android? It sounds really interesting.

I used the examples for a quick check. Looks like it works as expected. Not a bit surprise since google ships simpleperf for years which does basically the same.

YangKeao commented 1 year ago

Could you rebase on the master? I believe the CI failing has been fixed on the latest master :thinking:

YangKeao commented 1 year ago

Thanks again for your contribution. I'll schedule the version bump tonight (Mar 22. 20:00, UTC+8)

flxo commented 1 year ago

Thanks @YangKeao Any change that we add aarch64-linux-android in the GH actions?