diff options
Diffstat (limited to 'bs4/diagnose.py')
-rw-r--r-- | bs4/diagnose.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/diagnose.py b/bs4/diagnose.py index b6eaa8d..c5a0c06 100644 --- a/bs4/diagnose.py +++ b/bs4/diagnose.py @@ -192,7 +192,7 @@ def profile(num_elements=100000, parser="lxml"): stats.strip_dirs() cumulative = stats.sort_stats("cumulative") total = stats.sort_stats("time") - import pdb; pdb.set_trace() + cumulative.print_stats(50) if __name__ == '__main__': #diagnose(sys.stdin.read()) |