Skip to content

Commit

Permalink
init_threshold is standard now for the ts_stack
Browse files Browse the repository at this point in the history
  • Loading branch information
anhaas committed Sep 6, 2013
1 parent a4f8429 commit a38c2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmark/std_glue/glue_ts_stack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEFINE_bool(2ts, false, "use the 2-time-stamp inner buffer");
DEFINE_bool(stutter_clock, false, "use the stuttering clock");
DEFINE_bool(atomic_clock, false, "use atomic fetch-and-inc clock");
DEFINE_bool(hw_clock, false, "use the RDTSC hardware clock");
DEFINE_bool(init_threshold, false, "initializes the dequeue threshold "
DEFINE_bool(init_threshold, true, "initializes the dequeue threshold "
"with the current time");
DEFINE_uint64(delay, 0, "delay in the insert operation");

Expand Down

0 comments on commit a38c2db

Please sign in to comment.