Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added run_bechnmark function #303

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Added run_bechnmark function #303

merged 1 commit into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. Added templated function run_benchmark<group_type...>(lambda)t.

    It initializes samples array of given template types and runs series of
    calls to lambda. Samples are traversed with strides so they do not sit
    in cache.
    
    After the benchmark the statistics are printed to std::cout.
    
    renamed folder, moved profiler to benchmark_tools
    
    Moved scoped profiler to benchmark_tools
    
    Fix warnings
    
    Doubled in place
    
    Moved benchmarks upper
    vo-nil committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0ff87c8 View commit details
    Browse the repository at this point in the history