Changeset 35828 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Jul 16, 2013, 3:55:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r35504 r35828 719 719 if (!$no_update) { 720 720 # mode eq "queue_job" 721 my $start_addjob = gettimeofday(); 721 722 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 722 723 run(command => $command, verbose => $verbose); … … 728 729 my_die("failed to queue job for request $req_id", $PS_EXIT_UNKNOWN_ERROR); 729 730 } 731 my $dtime_addjob = gettimeofday() - $start_addjob; 732 print "Time to addjob for row $rownum $dtime_addjob\n"; 730 733 } else { 731 734 print "skipping command: $command\n";
Note:
See TracChangeset
for help on using the changeset viewer.
