Does AndroidStudio memory profiler show a PssTotal data?

20 Views Asked by At

AndroidStudio memory profiler shows a chart with different memory usages, eg. Java, Native, Graphics and so on. As far as I known the only way to get those data is reading /proc/{pid}/smaps, or get from dumpsys meminfo, which is the same. It seems AndroidStudio only shows "Pss Total", but the actual physical memory usage should be "Pss Total" and "SwapPss Dirty". How could I get "SwapPss Dirty" in memory profiler view?

View from AndroidStudio Memory Profiler Result of dumpsys meminfo

0

There are 0 best solutions below