sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/reference/analyzer/binary_load.htm
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:32:31 +0200
changeset 2 b9ab3b238396
child 5 844b047e260d
permissions -rw-r--r--
Initial version of Performance Investigator under EPL

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>Binary Load</title>
    <link href="../../../book.css" rel="stylesheet" type="text/css">
</head>

<body>
<h2>Binary Load</h2>
<p>Select the Binaries tab to display the Binary Load. The Binary Load graph and related table show information about binaries that were active during the selected time period. The load is visually separated according to the executed binary, independent of the thread or function that was executing. Figure 1 shows an example graph with the Binaries tab selected.</p>
<p align="center"><img src="images/binary_mode_graph.png" width="705" height="659"></p>
<p class="figure">Figure 1. Example Binary Load Graph</p>
<p>You can check or uncheck items to be displayed in the graph or right-click to display a context menu of various options. The color next to a checkbox corresponds to that item’s color in the graph.</p>
<p>Description of table columns:</p>
<ul>
  <li>The % Load column indicates what percentage of the CPU load was spent in each binary during the selected time interval.</li>
<li>The Binary column identifies the binary files by name. </li>
  <li>The Path column shows the PC folder containing the binary.</li>
<li>The Samples column indicates how many samples were taken during the selected time interval (in this case between XXX and YYY seconds).</li>
</ul>
<p>Columns may be reordered, resized, and sorted by clicking or dragging column headers.</p>
<p>The final row of the information section contains summary information about all binaries below a threshold, if a threshold limit has been specified. The threshold row is not affected by sorting, it is always the last row.</p>
<p><strong>Related references</strong></p>
<ul>
  <li><a href="main_view.htm">Analyzer View</a></li>
  <li><a href="../profiler/GPP_trace.htm">Address/Thread Trace</a></li>
  <li><a href="thread_load.htm">Thread Load</a></li>
  <li><a href="function_load.htm">Function Load</a></li>
  <li><a href="function_calls.htm">Function Calls</a></li>
<li><a href="threshold.htm">Threshold Limits for Traced Data</a></li>
</ul>
<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>
</body>
</html>