-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: additional op count timing (#4722)
Breaks down ivc_bench To use ``` ./scripts/benchmark_remote.sh ivc_bench "./ivc_bench --benchmark_filter=Full/6$" op-count-time build-op-count-time ``` Example output: ``` -------------------------------------------------------------------------- Benchmark Time CPU Iterations UserCounters... -------------------------------------------------------------------------- IvcBench/Full/6 40041 ms 37593 ms 1 batch_mul_with_endomorphism=30 batch_mul_with_endomorphism(t)=558.328M commit=804 commit(t)=8.09288G compute_combiner=11 compute_combiner(t)=7.9927G compute_perturbator=10 compute_perturbator(t)=1.58407G construct_mock_folding_kernel=5 construct_mock_folding_kernel(t)=2.3719G construct_mock_function_circuit=7 construct_mock_function_circuit(t)=5.2571G ```
- Loading branch information
Showing
6 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters