Skip to content

Conversation

@tkf
Copy link
Contributor

@tkf tkf commented Jan 6, 2020

This patch adds benchmarks for code improved by transducers JuliaLang/julia#33526

@KristofferC KristofferC reopened this Aug 31, 2020
@KristofferC KristofferC merged commit 4d78fbf into JuliaCI:master Aug 31, 2020
Keno pushed a commit that referenced this pull request Feb 4, 2022
To collect enough data, profiling benefits from long(ish) execution
times. That makes `@benchmark`/`@btime` attractive workloads
for profiling. Unfortunately, there's a lot of "junk" that appears in
the profile records, including many for type-inference.

This adds `@bprofile`, a substitute for `@profile @b...`,
that restricts profiling to the `run` phase of benchmarking.
Other than a fairly small amount of inference on the first session
use of `@bprofile` itself, this eliminates all the inference
and tuning in the trace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants