benchmark_template.c 185 B

12345678910111213
  1. #include <dmmlib/dmmlib.h>
  2. #include <dmmlib/debug.h>
  3. #include <string.h>
  4. int main(void) {
  5. // Memory trace starts here
  6. $instructions
  7. // Memory trace ends here
  8. return 0;
  9. }