Changeset 37043 for trunk/Ohana/src/checkastro/include
- Timestamp:
- Jul 17, 2014, 10:16:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/checkastro/include/checkastro.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/checkastro/include/checkastro.h
r36833 r37043 5 5 # include <assert.h> 6 6 # include <pthread.h> 7 8 # define MARKTIME(MSG,...) { \9 gettimeofday (&stopTimer, (void *) NULL); \10 float dtime = DTIME (stopTimer, startTimer); \11 fprintf (stderr, MSG, __VA_ARGS__); }12 13 # define INITTIME \14 struct timeval startTimer, stopTimer; \15 gettimeofday (&startTimer, (void *) NULL);16 7 17 8 // choose off_t or int depending on full-scale relphot analysis resources
Note:
See TracChangeset
for help on using the changeset viewer.
