Use system date where possible for profiling #1

Open
opened 2023-10-18 23:43:46 +00:00 by lrvick · 0 comments
Owner

Linux users are currently forced to install python to get milliseconds for profiling, when date would be the most reasonable choice, if not for MacOS shipping a 1980s version of date that predates support for milliseconds.

We will need to feature detect to avoid this ridiculous hack being hot except for people on operating systems allergic to GPL licensing.

Linux users are currently forced to install python to get milliseconds for profiling, when `date` would be the most reasonable choice, if not for MacOS shipping a 1980s version of `date` that predates support for milliseconds. We will need to feature detect to avoid this ridiculous hack being hot except for people on operating systems allergic to GPL licensing.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/toolchain#1
No description provided.