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 per-Task cpu time metric #56320

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. basic task cpu time tracking

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    52b5080 View commit details
    Browse the repository at this point in the history
  2. initialize to zero

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f769ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46bc184 View commit details
    Browse the repository at this point in the history
  4. add start time

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f7dfd0f View commit details
    Browse the repository at this point in the history
  5. fix typo

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    78849e5 View commit details
    Browse the repository at this point in the history
  6. add test

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    70482c1 View commit details
    Browse the repository at this point in the history
  7. add a wait

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7f59ae4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f30d331 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    007777b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8e829f View commit details
    Browse the repository at this point in the history
  11. add test

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f23145c View commit details
    Browse the repository at this point in the history
  12. fix test

    vilterp authored and nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ff9e83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f545146 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00fbb08 View commit details
    Browse the repository at this point in the history
  15. More tests

    nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c037506 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ef3023 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c51bf70 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a7fbfe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6af1a2a View commit details
    Browse the repository at this point in the history
  20. fixup whitespace

    nickrobinson251 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2077fac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    36a5f7b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    242cc7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a678a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adeb30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f60a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ad9bf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d139f0 View commit details
    Browse the repository at this point in the history
  7. Add NEWS

    nickrobinson251 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    635b3c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    337eda2 View commit details
    Browse the repository at this point in the history
  9. Instrument async io

    nickrobinson251 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3ac24cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    631b7bc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    89759e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc7679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd95da View commit details
    Browse the repository at this point in the history