Skip to content

Commit

Permalink
Option to add tuning to amalgam profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed Jun 16, 2024
1 parent 07792f5 commit 54d7c32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ cmp: profiled_single
./timing
$(MAKE) -C logs/ cmp

cmptuned: profiled_single tune
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"after\" demo/timing.c $(LIBNAME) -lgcov -o timing
./timing
$(MAKE) -C logs/ cmp

zipup:
$(MAKE) clean
$(MAKE) .zipup
Expand Down

0 comments on commit 54d7c32

Please sign in to comment.