Changeset 3c6e417 for libcfa/src/clock.hfa
- Timestamp:
- Jun 20, 2019, 1:45:01 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 54dd994
- Parents:
- 1e5dedc4 (diff), c0f9efe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/clock.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/clock.hfa
r1e5dedc4 r3c6e417 10 10 // Created On : Thu Apr 12 14:36:06 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jul 2 21:40:01 201813 // Update Count : 712 // Last Modified On : Thu Jun 13 21:21:13 2019 13 // Update Count : 8 14 14 // 15 15 … … 63 63 clock_gettime( CLOCK_REALTIME, &curr ); 64 64 return (Time){ curr }; 65 } // getTime 65 } // getTimeNsec 66 66 67 67 Time getTime() { // without nanoseconds
Note:
See TracChangeset
for help on using the changeset viewer.