Ignore:
Timestamp:
Jul 7, 2021, 1:55:49 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b1a2c4a
Parents:
11d4fa5
Message:

Cforall exception benchmarks now use a more high resolution clock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/code/cross-finally.cfa

    r11d4fa5 r47e413b  
    1515        }
    1616
    17         Time start_time = time();
     17        Time start_time = timeHiRes();
    1818        for (unsigned int count = 0 ; count < times ; ++count) {
    1919                 try {
     
    2323                }
    2424        }
    25         Time end_time = time();
     25        Time end_time = timeHiRes();
    2626        sout | "Run-Time (ns): " | (end_time - start_time)`ns;
    2727}
Note: See TracChangeset for help on using the changeset viewer.