sysperfana/memspyext/com.nokia.s60tools.memspy.help/html/reference/graphs.htm
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 21 Apr 2010 20:01:08 +0300
changeset 7 8e12a575a9b5
permissions -rw-r--r--
MemSpy Carbide Extension 1.6.0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  <title>Graphs</title>
  <link href="../../book.css" rel="stylesheet" type="text/css">
</head>

<body>
<h2>Graphs</h2>

<p>The Graphs view yields a course-grain statistical breakdown of the behaviour
and representation efficiency of the heap. It can be useful for identifying
problematic allocation patterns, bad interactions between allocation patterns
and the RHeap free cell reuse algorithms, and also the effectiveness of changes
to heap algorithms and client allocation patterns. See the following sections
for more details:</p>
<ul>
  <li><a href="size_by_cell_index.htm">Size by Cell Index</a></li>
  <li><a href="free_cell_size.htm">Free Cell Size and Allocated Cell
  Size</a></li>
  <li><a href="cell_overhead.htm">Cell Overhead</a></li>
  <li><a href="associated_binary.htm">Associated Binary</a></li>
</ul>

<div id="footer">
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights
reserved. License: <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
</body>
</html>