Go to the source code of this file.
|
| | ABSL_FLAG (bool, time_limit_use_usertime, false, "If true, rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment.") |
| |
| | ABSL_FLAG (bool, time_limit_use_instruction_count, false, "If true, measures the number of instructions executed") |
| |
◆ ABSL_FLAG() [1/2]
| ABSL_FLAG |
( |
bool |
, |
|
|
time_limit_use_instruction_count |
, |
|
|
false |
, |
|
|
"If |
true, |
|
|
measures the number of instructions executed" |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
| ABSL_FLAG |
( |
bool |
, |
|
|
time_limit_use_usertime |
, |
|
|
false |
, |
|
|
"If |
true, |
|
|
rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment." |
|
|
) |
| |