http://meandmark.com/blog/2014/01/instruments-heap-allocations-and-anonymous-vm/
高德地图 占用资源比较高的方法:[self.mapView setCenterCoordinate:selfLocation.coordinate animated:NO];
visibleMapRect
3D 高德地图 实例化 别的地方引用 用weak ;
转: Live Byte --- 活着的对象占了多少个字节
Living --- 当前有多少个活着的对象
Transitory --- 创建后又销毁了的对象有多少个
Overall Bytes --- 创建过的对象一共用过多少个字节(包括销毁了的)
Overall --- 一共创建过多少个对象(包括销毁了的)
Allocations --- 直方图:颜色就起个标识作用,那个
net我不确定是不是指网络占用的内存