Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.am

    rd885a58 r6810fcb  
    9292
    9393## =========================================================================================================
    94 loop$(EXEEXT):
    95         @@BACKEND_CC@ loop.c      -DBENCH_N=5000000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
    96 
    97 function$(EXEEXT):
    98         @@BACKEND_CC@ function.c  -DBENCH_N=5000000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
    99 
    100 fetch_add$(EXEEXT):
    101         @@BACKEND_CC@ fetch_add.c -DBENCH_N=500000000  -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}
    102 
    103 ## =========================================================================================================
    10494ctxswitch$(EXEEXT): \
    105         loop.run                                \
    106         function.run                    \
    107         fetch_add.run                   \
    10895        ctxswitch-pthread.run           \
    10996        ctxswitch-cfa_coroutine.run     \
     
    152139## =========================================================================================================
    153140mutex$(EXEEXT) :\
    154         loop.run                        \
    155         function.run            \
    156         fetch_add.run           \
     141        mutex-function.run      \
     142        mutex-fetch_add.run     \
    157143        mutex-pthread_lock.run  \
    158144        mutex-upp.run           \
     
    161147        mutex-cfa4.run          \
    162148        mutex-java_thread.run
     149
     150mutex-function$(EXEEXT):
     151        @@BACKEND_CC@ mutex/function.c    -DBENCH_N=500000000   -I. -lrt -pthread                    ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     152
     153mutex-fetch_add$(EXEEXT):
     154        @@BACKEND_CC@ mutex/fetch_add.c   -DBENCH_N=500000000   -I. -lrt -pthread                    ${AM_CFLAGS} ${CFLAGS} ${ccflags}
    163155
    164156mutex-pthread_lock$(EXEEXT):
Note: See TracChangeset for help on using the changeset viewer.