sysperfana/memspyext/com.nokia.s60tools.memspy.help/html/tasks/view_heap.htm
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 24 Aug 2010 14:01:48 +0300
changeset 16 72f198be1c1d
parent 7 8e12a575a9b5
permissions -rw-r--r--
Crash Analyser Carbide Extension 1.4.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>Importing and analyzing heap dump files</title>
  <link href="../../book.css" type="text/css" rel="stylesheet">
</head>

<body>
<h2>Importing and analyzing heap dump files</h2>
<ol>
  <li>Click the <img src="../images/Memspy_16.png"> icon to start the MemSpy
    Import Wizard.</li>
  <li>Select to <b>Import heap and analyse log with Heap Analyser</b>, and
    click <b>Next</b>.</li>
  <li><p>Select whether to get the heap dumps <b>From File System</b> or
    <b>From Device via TraceViewer</b>, select file(s) to import, and click
    <b>Next</b>.</p>
    <ul>
      <li>If you selected <b>From File System</b>, define the heap dump file
        location and then a heap. 
        <p><img src="..\images\import_heap_filesystem.png"></p>
      </li>
      <li>If you selected <b>From Device via TraceViewer</b>, click
        <b>Load/Refresh Thread List</b> to get a thread list from the device,
        select a heap, and click <b>Get Selected Heap Now</b>.<br>
        You can also filter the thread list by using the <b>Starts with</b> and
        <b>Contains</b> selections. 
        <p><img src="..\images\import_heap_device.png"></p>
      </li>
    </ul>
    <p>If this fails, click <b>Connection Settings</b> and configure connection
    settings.</p>
  </li>
  <li>Define the location of symbol and map files. You have to define at least
    one symbol file. Defining map files is optional. For more information, see
    <a href="../concepts/files.htm">Symbol and Map files</a>.</li>
  <li>Click <b>Finish</b>. A <b>MemSpy</b> tab appears in the Carbide.c++
    Tabbed View Area with a file list populated, and <b>Heap Analyser</b> is
    launched if you selected to import only one file. For more information, see
    <a href="../reference/HA_data_analysis.htm">Data analysis with Heap
    Analyser</a>.</li>
</ol>

<h5>Related references</h5>
<ul>
  <li><a href="../reference/HA_data_analysis.htm">Data analysis with Heap
    Analyser</a></li>
</ul>

<h5>Related tasks</h5>
<ul>
  <li><a href="connection_settings.htm">Configuring connection settings</a></li>
</ul>

<h5>Related concepts</h5>
<ul>
  <li><a href="../concepts/files.htm">Symbol and Map files</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>