ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SubmitterServer.py
(Generate patch)

Comparing COMP/CRAB/python/SubmitterServer.py (file contents):
Revision 1.78 by spiga, Fri May 29 12:53:36 2009 UTC vs.
Revision 1.79 by spiga, Thu Jun 11 09:29:26 2009 UTC

# Line 43 | Line 43 | class SubmitterServer( Submitter ):
43          """
44          common.logger.debug("SubmitterServer::run() called")
45  
46 +        start = time.time()
47 +
48 +        self.BuildJobList()
49 +
50          self.submitRange = self.nj_list
51      
52          check = self.checkIfCreate()
# Line 58 | Line 62 | class SubmitterServer( Submitter ):
62              # standard submission to the server
63              self.performSubmission(isFirstSubmission)
64          
65 +            stop = time.time()
66 +            common.logger.debug("Submission Time: "+str(stop - start))
67 +
68              msg = 'Total of %d jobs submitted'%len(self.submitRange)
69              common.logger.info(msg)
70  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines