Changeset 16250 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jan 25, 2008, 4:16:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
