Changeset e15683e


Ignore:
Timestamp:
Feb 24, 2020, 2:21:48 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ce9338c
Parents:
959f6ad
Message:

Added benchmark for data sizes

Location:
benchmark
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r959f6ad re15683e  
    2222
    2323AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    24 AM_CFAFLAGS = -quiet -nodebug
    25 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
     24AM_CFAFLAGS = -quiet -debug
     25AM_UPPFLAGS = -quiet -debug -multi -std=c++14
    2626
    2727BENCH_V_CC = $(__bench_v_CC_$(__quiet))
     
    513513compile-typeof$(EXEEXT):
    514514        $(CFACOMPILE) -fsyntax-only -w $(testdir)/typeof.cfa
     515
     516## =========================================================================================================
     517
     518size$(EXEEXT) : size-cfa.runquiet
     519
     520size-cfa$(EXEEXT):
     521        $(BENCH_V_CFA)$(CFACOMPILE) $(srcdir)/size/size.cfa
  • benchmark/Makefile.in

    r959f6ad re15683e  
    387387# applies to both programs
    388388AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
    389 AM_CFAFLAGS = -quiet -nodebug
    390 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
     389AM_CFAFLAGS = -quiet -debug
     390AM_UPPFLAGS = -quiet -debug -multi -std=c++14
    391391BENCH_V_CC = $(__bench_v_CC_$(__quiet))
    392392BENCH_V_CFA = $(__bench_v_CFA_$(__quiet))
     
    11471147        $(CFACOMPILE) -fsyntax-only -w $(testdir)/typeof.cfa
    11481148
     1149size$(EXEEXT) : size-cfa.runquiet
     1150
     1151size-cfa$(EXEEXT):
     1152        $(BENCH_V_CFA)$(CFACOMPILE) $(srcdir)/size/size.cfa
     1153
    11491154# Tell versions [3.59,3.63) of GNU make to not export all variables.
    11501155# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.