We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48be119 commit f6e96a2Copy full SHA for f6e96a2
executorlib/executor/single.py
@@ -56,6 +56,7 @@ class SingleNodeExecutor(BaseExecutor):
56
plot_dependency_graph (bool): Plot the dependencies of multiple future objects without executing them. For
57
debugging purposes and to get an overview of the specified dependencies.
58
plot_dependency_graph_filename (str): Name of the file to store the plotted graph in.
59
+ log_obj_size (bool): Enable debug mode which reports the size of the communicated objects.
60
61
Examples:
62
```
0 commit comments