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

Improved the BatchedPipeline #459

Merged
merged 3 commits into from
Sep 8, 2021

Commits on Sep 2, 2021

  1. Improved the BatchedPipeline

    - The timing information is now more useful (it reports, for how long a certain stage of the pipeline was a bottleneck)
    - The first stage is now more efficient, if the `Creator` type directly has a `getBatch()` function (then this batch is directly used and passed on.
    joka921 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    90ad584 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Clang-format.

    joka921 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d34656a View commit details
    Browse the repository at this point in the history
  2. Clang-format.

    joka921 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    456a537 View commit details
    Browse the repository at this point in the history