OLD | NEW |
1 .. _devcycle-debugging: | 1 .. _devcycle-debugging: |
2 | 2 |
3 ######### | 3 ######### |
4 Debugging | 4 Debugging |
5 ######### | 5 ######### |
6 | 6 |
7 This document describes tools and techniques you can use to debug, monitor, | 7 This document describes tools and techniques you can use to debug, monitor, |
8 and measure your application's performance. | 8 and measure your application's performance. |
9 | 9 |
10 .. contents:: Table Of Contents | 10 .. contents:: Table Of Contents |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 development tools on your system, but when you're finished developing the | 527 development tools on your system, but when you're finished developing the |
528 plugin, you need to port it to Native Client (i.e., build the module with one | 528 plugin, you need to port it to Native Client (i.e., build the module with one |
529 of the toolchains in the NaCl SDK so that the module runs in Native Client). | 529 of the toolchains in the NaCl SDK so that the module runs in Native Client). |
530 For details on this advanced development technique, see `Debugging a Trusted | 530 For details on this advanced development technique, see `Debugging a Trusted |
531 Plugin | 531 Plugin |
532 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging-
a-trusted-plugin>`_. | 532 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging-
a-trusted-plugin>`_. |
533 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows | 533 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows |
534 includes pre-built libraries and library source code, making it much easier to | 534 includes pre-built libraries and library source code, making it much easier to |
535 build a module into a .DLL. | 535 build a module into a .DLL. |
536 | 536 |
537 Open source profiling tools | |
538 --------------------------- | |
539 | |
540 For the brave-hearted there are open source tools at `Chromium.org | |
541 <http://www.chromium.org/nativeclient>`_ that describe how to do profiling on | |
542 `64-bit Windows | |
543 <https://sites.google.com/a/chromium.org/dev/nativeclient/how-tos/profiling-nacl
-apps-on-64-bit-windows>`_ | |
544 and `Linux | |
545 <http://www.chromium.org/nativeclient/how-tos/limited-profiling-with-oprofile-on
-x86-64>`_ | |
546 machines. | |
547 | |
548 | 537 |
549 .. |menu-icon| image:: /images/menu-icon.png | 538 .. |menu-icon| image:: /images/menu-icon.png |
550 .. |puzzle| image:: /images/puzzle.png | 539 .. |puzzle| image:: /images/puzzle.png |
OLD | NEW |