IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 4:16:21 PM (18 years ago)
Author:
eugene
Message:

adding timer for psphotReadout, writing to output headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r15936 r16250  
    22
    33bool psphotReadout(pmConfig *config, const pmFPAview *view) {
     4
     5    // measure the total elapsed time in psphotReadout.  XXX the current threading plan
     6    // for psphot envisions threading within psphotReadout, not multiple threads calling
     7    // the same psphotReadout.  In the current plan, this dtime is the elapsed time used
     8    // jointly by the multiple threads, not the total time used by all threads.
     9    psTimerStart ("psphotReadout");
    410
    511    bool dump = (psTraceGetLevel("psphot") >= 6);
Note: See TracChangeset for help on using the changeset viewer.