IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 4:50:20 PM (20 years ago)
Author:
eugene
Message:

adding timing statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckBusyJob.c

    r10668 r11052  
    8989  PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
    9090  PutJobSetState (job, PCONTROL_JOB_DONE, STACK_BOTTOM, outstate);
     91  gettimeofday (&job[0].stop, (void *) NULL);
     92  job[0].dtime = DTIME(job[0].stop, job[0].start);
    9193  FreeIOBuffer (&buffer);
    9294  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.