yqzhang / MemProfile

A profiler that profiles memory accesses and links dynamic accesses to static compilation information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemProfile

A profiler that profiles memory accesses and links dynamic accesses back to static compilation information.

There is a list of cases I do not handle well in the profiling tool which I need to fix later.

  • functions have the exact same names
  • static and const variables in the DWARF section

About

A profiler that profiles memory accesses and links dynamic accesses to static compilation information.


Languages

Language:Assembly 80.5%Language:C 19.1%Language:C++ 0.3%Language:Objective-C 0.0%Language:Python 0.0%Language:Shell 0.0%