Changeset 0cf5b79 for src/benchmark
- Timestamp:
- Nov 20, 2017, 12:12:34 PM (8 years ago)
- 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:
- fdd3786
- Parents:
- b7f8cb44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/bench.h
rb7f8cb44 r0cf5b79 1 1 #pragma once 2 2 3 #if defined(__ CFORALL__)3 #if defined(__cforall) 4 4 extern "C" { 5 5 #endif … … 8 8 #include <sys/times.h> // times 9 9 #include <time.h> 10 #if defined(__ CFORALL__)10 #if defined(__cforall) 11 11 } 12 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.