We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fc5ee commit 68812afCopy full SHA for 68812af
1 file changed
mprof.py
@@ -202,7 +202,7 @@ def run_action():
202
'Option 4: (--python flag present) "<PYTHON_MODULE> <ARG1> <ARG2>..." - profile python module\n'
203
)
204
args = parser.parse_args()
205
-
+
206
if len(args.program) == 0:
207
print("A program to run must be provided. Use -h for help")
208
sys.exit(1)
@@ -517,6 +517,7 @@ def xlim_type(value):
517
print("matplotlib is needed for plotting.")
518
print(e)
519
520
+ pl.ioff()
521
522
profiles = glob.glob("mprofile_??????????????.dat")
523
profiles.sort()
0 commit comments