Skip to content

Instantly share code, notes, and snippets.

@vsajip
Created September 19, 2010 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsajip/586637 to your computer and use it in GitHub Desktop.
Save vsajip/586637 to your computer and use it in GitHub Desktop.
vinay@zeta-lucid:~/projects/scratch$ python time_logging.py
log_noop 0.20 microseconds
log_simple 84.81 microseconds
log_filtered 6.17 microseconds
log_mitigated 5.72 microseconds
log_disabled 1.21 microseconds
No caller, thread, process info...
log_simple 75.38 microseconds
log_filtered 5.98 microseconds
log_mitigated 6.03 microseconds
vinay@zeta-lucid:~/projects/scratch$ python time_logbook.py
log_noop 0.22 microseconds
log_simple 110.00 microseconds
vinay@zeta-lucid:~/projects/scratch$ dc
2 k 110.0 84.81 / p
1.29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment