IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2005, 10:33:53 AM (21 years ago)
Author:
eugene
Message:

cleanup up communications for speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/CheckController.c

    r4762 r4763  
    3838  gettimeofday (&stop, (void *) NULL);
    3939  dtime = DTIME (stop, start);
    40   if (VerboseMode()) fprintf (stderr, "check stack %f\n", dtime);
     40  if (VerboseMode()) fprintf (stderr, "check exit stack %f\n", dtime);
     41  /* if (Njobs) fprintf (stderr, "check exit stack %f\n", dtime); */
    4142  gettimeofday (&start, (void *) NULL);
    4243
     
    6162  gettimeofday (&stop, (void *) NULL);
    6263  dtime = DTIME (stop, start);
    63   if (VerboseMode()) fprintf (stderr, "check %d jobs %f\n", i, dtime);
     64  /* if (VerboseMode()) fprintf (stderr, "clear %d exit jobs %f\n", i, dtime); */
     65  gettimeofday (&start, (void *) NULL);
    6466
    6567  if (TestElapsedCheck()) return (TRUE);
     
    8587  }
    8688
     89  gettimeofday (&stop, (void *) NULL);
     90  dtime = DTIME (stop, start);
     91  /* if (VerboseMode()) fprintf (stderr, "check crash stack %f\n", dtime); */
     92  gettimeofday (&start, (void *) NULL);
     93
    8794  p = buffer.buffer;
    8895  for (i = 0; (i < Njobs) && !TestElapsedCheck(); i++) {
     
    104111  }
    105112  FreeIOBuffer (&buffer);
     113
     114  gettimeofday (&stop, (void *) NULL);
     115  dtime = DTIME (stop, start);
     116  /* if (VerboseMode()) fprintf (stderr, "clear %d crash jobs %f\n", i, dtime); */
    106117  return (TRUE);
    107118}
Note: See TracChangeset for help on using the changeset viewer.