Changeset 16250
- Timestamp:
- Jan 25, 2008, 4:16:21 PM (18 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphotOutput.c (modified) (1 diff)
-
psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r13808 r16250 149 149 psMetadataItemSupplement (header, recipe, "MSKY_NY"); 150 150 151 psMetadataAddF32 (header, PS_LIST_TAIL, "DT_PHOT", PS_META_REPLACE, "elapsed psphot time", psTimerMark ("psphotReadout")); 152 151 153 // XXX : don't require any of these about values to exist 152 154 psErrorClear (); -
trunk/psphot/src/psphotReadout.c
r15936 r16250 2 2 3 3 bool 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"); 4 10 5 11 bool dump = (psTraceGetLevel("psphot") >= 6);
Note:
See TracChangeset
for help on using the changeset viewer.
