The intent is to add helpers (utility functions or wrapper)
to manipulate std::chrono types.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 278 Build 278: arc lint + arc unit
Event Timeline
Comment Actions
It should be worth noting that this is a straw man proposal to start a utility header to support the use of std::chrono in LLDB.
Also with the drop of MSVC2013, we should be table to slowly move away from TimeValue, unless it provides some other benefits that I missed?
Comment Actions
After studying the chrono library a bit more, I've learned of an easier way to do this, one that renders this function redundant (it's std::chrono::duration<double, std::milli (or whatever)>(value) if anyone wonders). Thank you for testing out the waters for me though :).
I'll soon come up with a proposal for adding conversions from/to the legacy types that we need to this header.