You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2011/02/22 01:07:35 UTC

svn commit: r1073191 - /spamassassin/trunk/masses/mass-check

Author: mmartinec
Date: Tue Feb 22 00:07:34 2011
New Revision: 1073191

URL: http://svn.apache.org/viewvc?rev=1073191&view=rev
Log:
mass-check: added a call to timer_reset for each message, cumulative times are not that interesting

Modified:
    spamassassin/trunk/masses/mass-check

Modified: spamassassin/trunk/masses/mass-check
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/mass-check?rev=1073191&r1=1073190&r2=1073191&view=diff
==============================================================================
--- spamassassin/trunk/masses/mass-check (original)
+++ spamassassin/trunk/masses/mass-check Tue Feb 22 00:07:34 2011
@@ -661,6 +661,7 @@ sub wanted {
   }
 
   memory_track_start() if ($opt_logmem);
+  $spamtest->timer_reset;
 
   # parse the message, and force it to complete
   my $ma = $spamtest->parse($dataref, 1);