Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: native_client_sdk/doc_generated/devguide/devcycle/debugging.html

Issue 146203002: [NaCl SDK Docs] Remove table-of-contents from generated pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add .gitignore for .buildinfo Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="debugging"> 3 <section id="debugging">
4 <span id="devcycle-debugging"></span><h1 id="debugging"><span id="devcycle-debug ging"></span>Debugging</h1> 4 <span id="devcycle-debugging"></span><h1 id="debugging"><span id="devcycle-debug ging"></span>Debugging</h1>
5 <p>This document describes tools and techniques you can use to debug, monitor, 5 <p>This document describes tools and techniques you can use to debug, monitor,
6 and measure your application&#8217;s performance.</p> 6 and measure your application&#8217;s performance.</p>
7 <div class="contents local topic" id="table-of-contents"> 7 <div class="contents local" id="table-of-contents" style="display: none">
8 <p class="topic-title first">Table Of Contents</p> 8 <p class="topic-title first">Table Of Contents</p>
9 <ul class="small-gap"> 9 <ul class="small-gap">
10 <li><p class="first"><a class="reference internal" href="#diagnostic-information " id="id1">Diagnostic information</a></p> 10 <li><p class="first"><a class="reference internal" href="#diagnostic-information " id="id1">Diagnostic information</a></p>
11 <ul class="small-gap"> 11 <ul class="small-gap">
12 <li><a class="reference internal" href="#viewing-process-statistics-with-the-tas k-manager" id="id2">Viewing process statistics with the task manager</a></li> 12 <li><a class="reference internal" href="#viewing-process-statistics-with-the-tas k-manager" id="id2">Viewing process statistics with the task manager</a></li>
13 <li><a class="reference internal" href="#controlling-the-level-of-native-client- error-and-warning-messages" id="id3">Controlling the level of Native Client erro r and warning messages</a></li> 13 <li><a class="reference internal" href="#controlling-the-level-of-native-client- error-and-warning-messages" id="id3">Controlling the level of Native Client erro r and warning messages</a></li>
14 </ul> 14 </ul>
15 </li> 15 </li>
16 <li><p class="first"><a class="reference internal" href="#basic-debugging" id="i d4">Basic debugging</a></p> 16 <li><p class="first"><a class="reference internal" href="#basic-debugging" id="i d4">Basic debugging</a></p>
17 <ul class="small-gap"> 17 <ul class="small-gap">
(...skipping 13 matching lines...) Expand all
31 </ul> 31 </ul>
32 </li> 32 </li>
33 </ul> 33 </ul>
34 </li> 34 </li>
35 <li><p class="first"><a class="reference internal" href="#debugging-with-other-t ools" id="id14">Debugging with other tools</a></p> 35 <li><p class="first"><a class="reference internal" href="#debugging-with-other-t ools" id="id14">Debugging with other tools</a></p>
36 <ul class="small-gap"> 36 <ul class="small-gap">
37 <li><a class="reference internal" href="#open-source-profiling-tools" id="id15"> Open source profiling tools</a></li> 37 <li><a class="reference internal" href="#open-source-profiling-tools" id="id15"> Open source profiling tools</a></li>
38 </ul> 38 </ul>
39 </li> 39 </li>
40 </ul> 40 </ul>
41 </div> 41
42 <section id="diagnostic-information"> 42 </div><section id="diagnostic-information">
43 <h2 id="diagnostic-information">Diagnostic information</h2> 43 <h2 id="diagnostic-information">Diagnostic information</h2>
44 <section id="viewing-process-statistics-with-the-task-manager"> 44 <section id="viewing-process-statistics-with-the-task-manager">
45 <h3 id="viewing-process-statistics-with-the-task-manager">Viewing process statis tics with the task manager</h3> 45 <h3 id="viewing-process-statistics-with-the-task-manager">Viewing process statis tics with the task manager</h3>
46 <p>You can use Chrome&#8217;s Task Manager to display information about a Native Client 46 <p>You can use Chrome&#8217;s Task Manager to display information about a Native Client
47 application:</p> 47 application:</p>
48 <ol class="arabic simple"> 48 <ol class="arabic simple">
49 <li>Open the Task Manager by clicking the menu icon <img alt="menu-icon" src="/n ative-client/images/menu-icon.png" /> and choosing 49 <li>Open the Task Manager by clicking the menu icon <img alt="menu-icon" src="/n ative-client/images/menu-icon.png" /> and choosing
50 <strong>Tools &gt; Task manager</strong>.</li> 50 <strong>Tools &gt; Task manager</strong>.</li>
51 <li>When the Task Manager window appears, verify that the columns displaying 51 <li>When the Task Manager window appears, verify that the columns displaying
52 memory information are visible. If they are not, right click in the header 52 memory information are visible. If they are not, right click in the header
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 build a module into a .DLL.</p> 459 build a module into a .DLL.</p>
460 <section id="open-source-profiling-tools"> 460 <section id="open-source-profiling-tools">
461 <h3 id="open-source-profiling-tools">Open source profiling tools</h3> 461 <h3 id="open-source-profiling-tools">Open source profiling tools</h3>
462 <p>For the brave-hearted there are open source tools at <a class="reference exte rnal" href="http://www.chromium.org/nativeclient">Chromium.org</a> that describe how to do profiling on 462 <p>For the brave-hearted there are open source tools at <a class="reference exte rnal" href="http://www.chromium.org/nativeclient">Chromium.org</a> that describe how to do profiling on
463 <a class="reference external" href="https://sites.google.com/a/chromium.org/dev/ nativeclient/how-tos/profiling-nacl-apps-on-64-bit-windows">64-bit Windows</a> 463 <a class="reference external" href="https://sites.google.com/a/chromium.org/dev/ nativeclient/how-tos/profiling-nacl-apps-on-64-bit-windows">64-bit Windows</a>
464 and <a class="reference external" href="http://www.chromium.org/nativeclient/how -tos/limited-profiling-with-oprofile-on-x86-64">Linux</a> 464 and <a class="reference external" href="http://www.chromium.org/nativeclient/how -tos/limited-profiling-with-oprofile-on-x86-64">Linux</a>
465 machines.</p> 465 machines.</p>
466 </section></section></section> 466 </section></section></section>
467 467
468 {{/partials.standard_nacl_article}} 468 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698