Ignore:
Timestamp:
Apr 8, 2017, 6:02:59 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
2ccb93c, 2f0fc56, 7a054e82
Parents:
d919f47
Message:

Further updates to benchmarks (new C++ virtual benchmark still slightly broken)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/generic_types/evaluation/bench.h

    rd919f47 rb276be5  
    44#include <time.h>
    55
    6  #define N 50000000
     6 #define N 100000000
    77 
    88
     
    1212
    1313#define TIMED(name, code) { \
    14         clock_t _start, _end; \
     14        volatile clock_t _start, _end; \
    1515        _start = clock(); \
    1616        code \
Note: See TracChangeset for help on using the changeset viewer.