benchmark_template.c 139 B

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