sysperfana/memspyext/com.nokia.s60tools.memspy.help/html/gettingstarted/overview.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>Overview</title>
<link href="../../book.css" type="text/css" rel="stylesheet">
</head>
<body>

<h2>Overview</h2>
<p>The MemSpy Carbide.c++ Extension is a tool for importing heap dumps and System Wide Memory Tracking logs from a device to a PC for analysis with Heap Analyser or SWMT Analyser. The MemSpy S60 application is used to track memory usage in a device at specified time intervals and produce the heap dump and SWMT log files.</p><p>By using the MemSpy S60 application and Carbide.c++ extension you can analyze:</p>
<ul>
<li>how much RAM a process or thread is using,</li>
<li>how much stack each thread has,</li>
<li>which objects are active for a given thread,</li>
<li>which files are open in a system or which files have been opened by a thread,</li>
<li>what is the device RAM / ROM configuration,</li>
<li>which servers are running (with which sessions),</li>
<li>what memory chunks exist,</li>
<li>how to track heap memory changes over time, and</li>
<li>which bitmaps are loaded by the font and bitmap server.</li>
</ul>

<h5>Related concepts</h5>
<ul>
<li><a href="../concepts/memspy.htm">MemSpy S60 application</a></li>
<li><a href="../concepts/heap_dump.htm">Heap dump</a></li>
<li><a href="../concepts/swmt_log.htm">System Wide Memory Tracking log</a></li>
<li><a href="../concepts/heap_analyser.htm">Heap Analyser</a></li>
<li><a href="../concepts/swmtanalyser.htm">SWMT Analyser</a></li>
</ul>

<div id="footer">Copyright &copy; 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>