| (tools-sdk-section)= |
| |
| # Tools |
| |
| In this section, explore ExecuTorch's comprehensive developer tools for profiling, debugging, and model inspection. These tools help optimize performance and troubleshoot issues during development and deployment. |
| |
| - {doc}`devtools-overview` — Developer Tools Overview |
| - {doc}`bundled-io` — Bundled I/O |
| - {doc}`etrecord` — ETRecord |
| - {doc}`etdump` — ETDump |
| - {doc}`runtime-profiling` — Profiling Suite |
| - {doc}`model-debugging` — Debugging Tools |
| - {doc}`model-inspector` — Model Inspector |
| - {doc}`memory-planning-inspection` — Memory Planning Inspection |
| - {doc}`devtools-tutorial` — Development Utilities |
| - {doc}`visualization` — Model Visualization |
| |
| ```{toctree} |
| :hidden: |
| :maxdepth: 1 |
| :caption: Tools |
| |
| devtools-overview |
| bundled-io |
| etrecord |
| etdump |
| runtime-profiling |
| model-debugging |
| model-inspector |
| memory-planning-inspection |
| devtools-tutorial |
| visualization |