Skip to content
Snippets Groups Projects
Commit 3d3ea178 authored by Martin Burchell's avatar Martin Burchell
Browse files

Remove comment from script

parent f66d040f
No related branches found
No related tags found
2 merge requests!124Staging,!121Add profiling tools
Pipeline #5843 failed
...@@ -4,6 +4,5 @@ import hotshot.stats ...@@ -4,6 +4,5 @@ import hotshot.stats
import sys import sys
stats = hotshot.stats.load(sys.argv[1]) stats = hotshot.stats.load(sys.argv[1])
#stats.strip_dirs()
stats.sort_stats('time', 'calls') stats.sort_stats('time', 'calls')
stats.print_stats(2000) stats.print_stats(2000)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment