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

Method _plot

dask/diagnostics/profile.py:92–97  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

90 self._results.clear()
91
92 def _plot(self, **kwargs):
93 from dask.diagnostics.profile_visualize import plot_tasks
94
95 return plot_tasks(
96 self.results, self._dsk, self.start_time, self.end_time, **kwargs
97 )
98
99 def visualize(self, **kwargs):
100 """Visualize the profiling run in a bokeh plot.

Callers 1

visualizeFunction · 0.45

Calls 1

plot_tasksFunction · 0.90

Tested by

no test coverage detected