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

Add profiling utilities #3

Merged
merged 6 commits into from
May 14, 2024
Merged

Add profiling utilities #3

merged 6 commits into from
May 14, 2024

Commits on May 9, 2024

  1. Move some functions to a new utils module. Rename the utils module in…

    … the tests directory to test_utils to avoid nameclashes.
    micaeljtoliveira committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3ff5868 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add a module to process a series of profiling runs and return an xarr…

    …ay dataset containing the corresponding profiling data. To make this more generic and robust a ProfilingParser abstract class is introduced.
    micaeljtoliveira committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a22967c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceaf009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcea62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd341d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e972276 View commit details
    Browse the repository at this point in the history