Skip to content

Instantly share code, notes, and snippets.

@awreece
Created June 16, 2012 03:34
Show Gist options
  • Save awreece/2939813 to your computer and use it in GitHub Desktop.
Save awreece/2939813 to your computer and use it in GitHub Desktop.
FLAG_INT(nthreads, 1, "Number of threads to use");
FLAG_INT(nops, 10000000, "Number of operations to run");
FLAG_BOOL(baseline, false, "Run baseline with dummy malloc");
FLAG_BOOL(libc, false, "Run with libc malloc");
FLAG_BOOL(locked, false, "Run with locked malloc");
FLAG_BOOL(simple_out, false, "Print simple (machine parseable) output");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment