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

Method _plot

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

Source from the content-addressed store, hash-verified

215 self.end_time = None
216
217 def _plot(self, **kwargs):
218 from dask.diagnostics.profile_visualize import plot_resources
219
220 return plot_resources(self.results, self.start_time, self.end_time, **kwargs)
221
222 def visualize(self, **kwargs):
223 """Visualize the profiling run in a bokeh plot.

Callers

nothing calls this directly

Calls 1

plot_resourcesFunction · 0.90

Tested by

no test coverage detected