Go to the source code of this file.
|
| | Unit (kMillisecond) -> DenseRange(MIN_POLYNOMIAL_DEGREE_LOG2, MAX_POLYNOMIAL_DEGREE_LOG2) ->Setup(DoSetup) |
| |
| | BENCHMARK (ipa_verify_individual) -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
| |
| | BENCHMARK (ipa_batch_verify) -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
| |
| | BENCHMARK_MAIN () |
| |
◆ BENCHMARK() [1/2]
| BENCHMARK |
( |
ipa_batch_verify |
| ) |
-> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
◆ BENCHMARK() [2/2]
| BENCHMARK |
( |
ipa_verify_individual |
| ) |
-> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
◆ BENCHMARK_MAIN()
◆ Unit()
| Unit |
( |
kMillisecond |
| ) |
-> DenseRange(MIN_POLYNOMIAL_DEGREE_LOG2, MAX_POLYNOMIAL_DEGREE_LOG2) ->Setup(DoSetup) |