Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/bench.h

    rdbe7756 r7286a40  
    11#pragma once
    22
    3 #ifdef __CFORALL__
    43extern "C" {
    5 #endif
    64        #include <unistd.h>                                     // sysconf
    75        #include <sys/times.h>                                  // times
    86        #include <time.h>
    9 #ifdef __CFORALL__
    107}
    11 #endif
    128
    13 
    14 static inline unsigned long long int Time() {
    15     struct timespec ts;
     9inline unsigned long long int Time() {
     10    timespec ts;
    1611    clock_gettime(
    1712#if defined( __linux__ )
Note: See TracChangeset for help on using the changeset viewer.