Use system date where possible for profiling #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ofdate
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.