Skip to content

Commit 54d7c32

Browse files
committed
Option to add tuning to amalgam profiling
1 parent 07792f5 commit 54d7c32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ cmp: profiled_single
131131
./timing
132132
$(MAKE) -C logs/ cmp
133133

134+
cmptuned: profiled_single tune
135+
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"after\" demo/timing.c $(LIBNAME) -lgcov -o timing
136+
./timing
137+
$(MAKE) -C logs/ cmp
138+
134139
zipup:
135140
$(MAKE) clean
136141
$(MAKE) .zipup

0 commit comments

Comments
 (0)