Use the last time string parsed by LogTimeProcessor to avoid re-parsing.
authorW. Trevor King <wking@drexel.edu>
Mon, 20 Feb 2012 13:42:06 +0000 (08:42 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 20 Feb 2012 13:42:06 +0000 (08:42 -0500)
commit137f8957490f11201845fb69a5269e16276ccca0
tree0efe7852bc56ea3acfa44177c0476971a1c78a70
parent073b3914e77e249d22f392d227b588c51def2bc6
Use the last time string parsed by LogTimeProcessor to avoid re-parsing.

If you have several requests in the same second, the old approach
would re-parse the time string for each request.  The new approach
recognizes that the time has not changed, and uses the last parsed
value instead of re-parsing.
apachelog/processor/time.py