maskit commented on pull request #7482: URL: https://github.com/apache/trafficserver/pull/7482#issuecomment-773674087
I'll take that as we are not introducing yet another ink_hrtime. Having some aliases for convenience is fine since `std::chrono::high_resolution_clock:time_point` is too long, but I wouldn't want to hide `std::chrono` more than necessary because that would require extra TS specific knowledge. In that sense, I may want to retain the original names, like `ts_hr_time_point`, so I can easily associate the original types with the aliases. It would reduce questions like "Can I pass `ts_hr_time` to functions that receive `high_resolution_clock:time_point` ?". ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
