Skip to content

Commit

Permalink
improve comments for prime example
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Sep 25, 2015
1 parent 8d70a88 commit 0823f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/bitehist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
# header
print("Tracing... Hit Ctrl-C to end.")

# output
# trace until Ctrl-C
try:
sleep(99999999)
except KeyboardInterrupt:
print

# output
b["dist"].print_log2_hist("kbytes")

0 comments on commit 0823f56

Please sign in to comment.