Backend timing statements should be made type safe. #3341
Labels
enhancement
Request for new feature and/or capability
good-first-issue
Great starter issue for someone just starting to contribute to Ray
P3
Issue moderate in impact or severity
These methods
ray/src/ray/util/util.h
Lines 18 to 42 in e0bf9d7
should return actual "time" types instead of casting them to
int64_t
and arithmetic should be done directly on the time types to prevent errors.The text was updated successfully, but these errors were encountered: