Changeset 35416 for trunk/Ohana/src/relphot/src/global_stats.c
- Timestamp:
- Apr 19, 2013, 4:31:05 PM (13 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/src/global_stats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/relphot/src/global_stats.c
r33963 r35416 1 1 # include "relphot.h" 2 3 # define MARKTIME(MSG,...) { \4 float dtime; \5 gettimeofday (&stopTimer, (void *) NULL); \6 dtime = DTIME (stopTimer, startTimer); \7 fprintf (stderr, MSG, __VA_ARGS__); }8 2 9 3 void global_stats (Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr) { … … 11 5 StatType stN, stX, stS, imN, imX, imM, imD, msM, msX, msN, msD; 12 6 13 // struct timeval startTimer, stopTimer;7 // INITTIME; 14 8 15 9 fprintf (stderr, "\n"); 16 10 fprintf (stderr, "STATS median mean sigma min max Nmeas\n"); 17 18 // gettimeofday (&startTimer, (void *) NULL);19 11 20 12 int Ns;
Note:
See TracChangeset
for help on using the changeset viewer.
