You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%f
The microsecond of the current second (000000-999999).
This would allow us to replace the expensive execute_process(date ...) command in timer_get_raw_seconds() with a much faster and more portable string(TIMESTAMP ...) command.
The text was updated successfully, but these errors were encountered:
Blocked by:
With CMake 3.23, the
string(TIMESTAMP ...)
command now supports microseconds%f
:This would allow us to replace the expensive
execute_process(date ...)
command intimer_get_raw_seconds()
with a much faster and more portablestring(TIMESTAMP ...)
command.The text was updated successfully, but these errors were encountered: