Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 667 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 667 Bytes

Android Hprof Parser

hprof file format

android studio perflib

根据 perflib 用 rust 写了一个 Hprof Parser(还没有完成,差很多)
I wrote a Hprof Parser using Rust based on perflib (it's not finished yet, still has a lot to do)

刚好可以一边学习 hprof 文件格式,一边学习 rust
Fortunately, I can learn both of the hprof file format and Rust at the same time.