MCPcopy Index your code
hub / github.com/dask/dask / visualize

Method visualize

dask/diagnostics/profile.py:397–406  ·  view source on GitHub ↗

Visualize the profiling run in a bokeh plot. See also -------- dask.diagnostics.profile_visualize.visualize

(self, **kwargs)

Source from the content-addressed store, hash-verified

395 )
396
397 def visualize(self, **kwargs):
398 """Visualize the profiling run in a bokeh plot.
399
400 See also
401 --------
402 dask.diagnostics.profile_visualize.visualize
403 """
404 from dask.diagnostics.profile_visualize import visualize
405
406 return visualize(self, **kwargs)
407
408 def clear(self):
409 """Clear out old results from profiler"""

Callers

nothing calls this directly

Calls 1

visualizeFunction · 0.90

Tested by

no test coverage detected