Skip to content

Commit 74ca083

Browse files
committed
viztracer support
1 parent 37ad0e6 commit 74ca083

File tree

5 files changed

+712
-11
lines changed

5 files changed

+712
-11
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[flake8]
22
max-line-length = 120
3+
extend-ignore = E203

distributed_pyspy/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .distributed_pyspy import pyspy_on_scheduler
2+
from .viztracer import viztrace_scheduler
23

3-
__all__ = ["pyspy_on_scheduler"]
4+
__all__ = ["pyspy_on_scheduler", "viztrace_scheduler"]

0 commit comments

Comments
 (0)