@@ -21,14 +21,14 @@ For cross compile platforms please adjust `core_portme.mak`, `core_portme.h` (an
2121~~~
2222
2323## Make Targets
24- ` run ` - Default target, creates ` run1.log ` and ` run2.log ` .
25- ` run1.log ` - Run the benchmark with performance parameters, and output to ` run1.log `
26- ` run2.log ` - Run the benchmark with validation parameters, and output to ` run2.log `
27- ` run3.log ` - Run the benchmark with profile generation parameters, and output to ` run3.log `
28- ` compile ` - compile the benchmark executable
29- ` link ` - link the benchmark executable
30- ` check ` - test MD5 of sources that may not be modified
31- ` clean ` - clean temporary files
24+ * ` run ` - Default target, creates ` run1.log ` and ` run2.log ` .
25+ * ` run1.log ` - Run the benchmark with performance parameters, and output to ` run1.log `
26+ * ` run2.log ` - Run the benchmark with validation parameters, and output to ` run2.log `
27+ * ` run3.log ` - Run the benchmark with profile generation parameters, and output to ` run3.log `
28+ * ` compile ` - compile the benchmark executable
29+ * ` link ` - link the benchmark executable
30+ * ` check ` - test MD5 of sources that may not be modified
31+ * ` clean ` - clean temporary files
3232
3333### Make flag: ` ITERATIONS `
3434By default, the benchmark will run between 10-100 seconds. To override, use ` ITERATIONS=N `
0 commit comments