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

[Data] Time ray data tasks (total time and udf time) #43241

Merged
merged 16 commits into from
Mar 4, 2024

Commits on Feb 15, 2024

  1. [Core] Remove deprecated Metric methods (ray-project#43202)

    Those methods have been deprecated for 3 years and they are DeveloperAPI so it's safe to remove them.
    
    Signed-off-by: Jiajun Yao <[email protected]>
    Signed-off-by: Matthew Owen <[email protected]>
    jjyao authored and omatthew98 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    005dd04 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. time total time spent in tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    61e1fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. adding in timing for udfs

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    785797f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    11607fb View commit details
    Browse the repository at this point in the history
  2. switch default of udf time to 0

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    47d9f79 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fixing stats tests

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6adb913 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1698a7f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    754585c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. renaming stats

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0297df3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    40d7c11 View commit details
    Browse the repository at this point in the history
  3. removing stat from opruntimemetrics

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b2d8301 View commit details
    Browse the repository at this point in the history
  4. remove udf iter wrapper for BlockMapTransformFn

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0798db1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    59ee795 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e9dd5f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge branch 'master' into time-ray-data-tasks

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ece9cb9 View commit details
    Browse the repository at this point in the history
  2. move udf timed iter up to transformer level

    Signed-off-by: Matthew Owen <[email protected]>
    omatthew98 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    433185f View commit details
    Browse the repository at this point in the history