We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07792f5 commit 54d7c32Copy full SHA for 54d7c32
makefile
@@ -131,6 +131,11 @@ cmp: profiled_single
131
./timing
132
$(MAKE) -C logs/ cmp
133
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
+
139
zipup:
140
$(MAKE) clean
141
$(MAKE) .zipup
0 commit comments