Skip to content

Commit

Permalink
Noise quiet timebudget
Browse files Browse the repository at this point in the history
  • Loading branch information
korneliuszo committed May 16, 2022
1 parent 410696f commit f82cf54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/noise.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python3

from timebudget import timebudget
timebudget.set_quiet() # don't show measurements as they happen
timebudget.report_at_exit() # Generate report when the program exits

if __name__ == "__main__":
import sys
import argparse
Expand Down

0 comments on commit f82cf54

Please sign in to comment.