File: debugging-performance.rst

package info (click to toggle)
dask 2022.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,456 kB
  • sloc: python: 93,706; javascript: 1,893; makefile: 152; sh: 101
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>