sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/Getting_Started/GS_index.htm
changeset 2 b9ab3b238396
child 5 844b047e260d
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html><head>
       
     3 <meta name="keywords" content="Carbide.c++ Performance Investigator" />
       
     4 <title>Carbide.c++ Performance Investigator</title>
       
     5 <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
       
     6 <link href="../../book.css" rel="stylesheet" type="text/css" />
       
     7 </head>
       
     8 <body>
       
     9 <h2>Getting Started</h2>
       
    10 <p>The primary goal of the Carbide.c++ Performance Investigator (PI) is to gather performance data on a handheld device and save the data to a profiler data (.dat) file. On your PC workstation, PI lets you analyze that performance data. The Performance Investigator analyzer software is a plugin to Eclipse Carbide.c++.</p>
       
    11 <p>Importing the profiler data file in Carbide.c++ will launch the analyzer and present graphs and tables related to the data captured on the handheld target device. The following links provide information to  capture and analyze data.</p>
       
    12 <ul>
       
    13   <li><a href="../tasks/profiler/prof_installation.htm">Installing the Profiler on the Target Device</a></li>
       
    14   <li><a href="../reference/profiler/prof_using.htm">Using the Profiler</a></li>
       
    15   <li><a href="../tasks/analyser/an_load_trace_files.htm">Importing Profiler Data File for Analysis</a></li>
       
    16   <li><a href="../reference/analyzer/an_use_case_features.htm">Examining a Profiling Project</a></li>
       
    17 </ul>
       
    18 <p class="note"><b>NOTE</b> You can also use <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" align="middle" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=com.nokia.carbide.cpp.pi.doc.user.getStarted)")'>Performance Investigator Setup</a> to walk you through this getting started process. </p>
       
    19 <p class="note"><b>NOTE</b> The recommended amount of memory is at least 1Gbytes. If you open or import several large profiler data files, the Java Virtual Machine executing Carbide.c++ may run out of memory.
       
    20 <br /> <br />
       
    21 To allocate more memory, edit the <span class="code">Carbide.c++.ini</span> file (typically in the Carbide.c++ folder that contains <span class="code">Carbide.c++.exe</span>). For example, for 1GBytes, edit <span class="code">Carbide.c++.ini</span> to contain <span class="code">-Xmx1024m</span> and then restart Carbide.c++.</p>
       
    22 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    23 </body>
       
    24    </html>