6

From time to time I use the Memory Monitor and HPROF Viewer in Android Studio to check for any memory leaks and memory usage in general.

I believe I know the meaning of most symbols and colours used in the Viewer, but I would like to be sure and not just have my own understanding of them. I haven't found any explanations on web, but I'm sure the answers to my questions are pretty straight forward.

What do the follwing symbols in the reference three mean?

1: Symbol #1

2: Symbol #2

3: Symbol #3

4: Symbol #4

5:Symbol #5

What does it mean when the font colour of the instance is blue, red, bold or italic ?

Sometimes the symbols 1, 2 and 3 can be combined in the same instance. Does that mean something special?

6: Symbol Comb

7: Symbol Comb

My feature request for the HPROF Viewer is a tooltip when hovering the different icons..

4

1 回答 1

5

参考文献三中的以下符号是什么意思?

  1. 统治者图标
  2. 一个 gc 根图标(可以在此处找到12图标定义)
  3. F代表Field(参见 JetBrains 的图标参考
  4. 目的

实例的字体颜色为蓝色是什么意思?

您可以在此处找到字体颜色架构:Android Studio HPROF 参考树元素颜色代表什么?

我对 HPROF 查看器的功能请求是悬停不同图标时的工具提示。

传递给 Android 用户。不确定它会有所帮助。

于 2016-08-09T18:11:09.157 回答