OLD | NEW |
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’s performance.</p> | 6 and measure your application’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 Loading... |
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’s Task Manager to display information about a Native
Client | 46 <p>You can use Chrome’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 > Task manager</strong>.</li> | 50 <strong>Tools > 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 Loading... |
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}} |
OLD | NEW |