File: debugging-performance.rst

package info (click to toggle)
dask 2024.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,024 kB
  • sloc: python: 105,182; javascript: 1,917; makefile: 159; sh: 88
file content (15 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Debugging and Performance
==========================

This section contains resources to help you debug and understand performance.


.. toctree::
   :maxdepth: 1

   how-to/debug.rst
   Visualize task graphs <graphviz.rst>
   Dashboard <dashboard.rst> 
   diagnostics-local.rst
   diagnostics-distributed.rst
   Phases of computation <phases-of-computation.rst>