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 b9985c6 commit afca68cCopy full SHA for afca68c
tools/profile_conversion_time.py
@@ -89,7 +89,7 @@ def profile(profiler="none", name="MobileNet", show_all=False):
89
pr.disable()
90
s = io.StringIO()
91
sortby = SortKey.CUMULATIVE
92
- ps = pstats.Stats(pr, stream=s).sort_stats(sortby)
+ ps = Stats(pr, stream=s).sort_stats(sortby)
93
ps.print_stats()
94
print(s.getvalue())
95
else:
0 commit comments