benchmark_template.c 159 B

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