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

subsystem-bench: cache misses profiling #2893

Merged
merged 28 commits into from
Jan 16, 2024

Commits on Jan 9, 2024

  1. Add bench cache misses

    AndreiEres committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    240185d View commit details
    Browse the repository at this point in the history
  2. Fix return type

    AndreiEres committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    81ed8ac View commit details
    Browse the repository at this point in the history
  3. Fix valgrind command

    AndreiEres committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    550420a View commit details
    Browse the repository at this point in the history
  4. Fix measurements

    AndreiEres committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cf2a144 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Switch to cachegrind

    AndreiEres committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f11656a View commit details
    Browse the repository at this point in the history
  2. Fix command

    AndreiEres committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ea265fd View commit details
    Browse the repository at this point in the history
  3. Add readme instructions

    AndreiEres committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    24f0983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ab0143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fbfccb View commit details
    Browse the repository at this point in the history
  6. Fix markdown

    AndreiEres committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d2a5dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Move to a module

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a2267b4 View commit details
    Browse the repository at this point in the history
  2. fix error

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    84c4e2b View commit details
    Browse the repository at this point in the history
  3. Fix report preparing

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e7a2d4b View commit details
    Browse the repository at this point in the history
  4. Fix report preparing

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b38a990 View commit details
    Browse the repository at this point in the history
  5. Save report to a file

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a6caa23 View commit details
    Browse the repository at this point in the history
  6. Update the instruction

    AndreiEres committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    20ceaa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d15fd83 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Adjust to recommended CPU

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0cfb180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e0de3 View commit details
    Browse the repository at this point in the history
  3. Make crabgrind optional

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    03d6f27 View commit details
    Browse the repository at this point in the history
  4. Add valgrind feature

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    503ccfb View commit details
    Browse the repository at this point in the history
  5. Fix feature detecting

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5a3b421 View commit details
    Browse the repository at this point in the history
  6. Fix explanation

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e0da4c4 View commit details
    Browse the repository at this point in the history
  7. Update readme

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d9cde05 View commit details
    Browse the repository at this point in the history
  8. Address clippy errors

    AndreiEres committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    18b7161 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Remove crabgrind

    AndreiEres committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5da8447 View commit details
    Browse the repository at this point in the history
  2. Update readme

    AndreiEres committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    219a05c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b61166 View commit details
    Browse the repository at this point in the history