如何使用Chrome的堆分析器? [英] How do I make use of Chrome's heap profiler?

查看:103
本文介绍了如何使用Chrome的堆分析器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用Chrome的堆分析器?当我展开一棵树时,子对象代表什么?精确计数的计数列是什么?

解决方案

该视频详细介绍了一些事情.

How do I make use of Chrome's heap profiler? When I expand a tree, what do the children objects represent? What is the count column a count of exactly?

解决方案

Here's a short tutorial.

The children are objects that contain/reference the parent object. For example, if you have a class List and it contains an array of items you get his:

String
--Array
----List

String, Array and List are the Constructors used to create the respective object.

So you might have 50 Strings if you have 5 lists with 10 items each.

This video explains things in a little more detail.

这篇关于如何使用Chrome的堆分析器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆