Skip to content

suggested workflow for profiling benchmarks? #72

@BurntSushi

Description

@BurntSushi

A common workflow with criterion (and #[bench] before that) for me is to run the benchmarks without collecting results. This is criterion's --profile-time flag, for example. Then I can run them under a profiler like perf. I scanned the blog but couldn't find anything about profiling. I see #38, but I would prefer something that just lets me run the benchmark with the harness getting out of the way as much as possible. Then I can hook it up to any profiling tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions