Ignore:
Timestamp:
Jun 20, 2019, 1:45:01 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/clock.hfa

    r1e5dedc4 r3c6e417  
    1010// Created On       : Thu Apr 12 14:36:06 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul  2 21:40:01 2018
    13 // Update Count     : 7
     12// Last Modified On : Thu Jun 13 21:21:13 2019
     13// Update Count     : 8
    1414//
    1515
     
    6363                clock_gettime( CLOCK_REALTIME, &curr );
    6464                return (Time){ curr };
    65         } // getTime
     65        } // getTimeNsec
    6666
    6767        Time getTime() {                                                                        // without nanoseconds
Note: See TracChangeset for help on using the changeset viewer.