Changeset 37045 for trunk/Ohana/src/photdbc/include/photdbc.h
- Timestamp:
- Jul 17, 2014, 10:17:10 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/include/photdbc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/include/photdbc.h
r36833 r37045 27 27 double Dc; 28 28 } SkyRegionCoords; 29 30 # define MARKTIME(MSG,...) { \31 gettimeofday (&stopTimer, (void *) NULL); \32 float dtime = DTIME (stopTimer, startTimer); \33 fprintf (stderr, MSG, __VA_ARGS__); }34 35 # define INITTIME \36 struct timeval startTimer, stopTimer; \37 gettimeofday (&startTimer, (void *) NULL);38 29 39 30 int PARALLEL;
Note:
See TracChangeset
for help on using the changeset viewer.
