Changeset 11074
- Timestamp:
- 01/04/12 21:08:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Chacox/chaco_seconds.cpp
r4639 r11074 12 12 /* This timer is faster and more robust (if it exists). */ 13 13 struct rusage rusage; 14 int getrusage(); 14 /*int getrusage(); commenting this out. not sure why it's there anymore 15 *as it clobbers the prototype int getrusag(int target,rusage* results) which 16 *is defined in the <sys/time.h> and <sys/resource.h> header files. Leaving it 17 *for reference in case we have a problem here in the future*/ 15 18 16 19 getrusage(RUSAGE_SELF, &rusage);
Note:
See TracChangeset
for help on using the changeset viewer.