Created
September 19, 2010 10:04
-
-
Save vsajip/586637 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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