-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
ciContinuous integrationContinuous integrationsystem:freebsdAffects only FreeBSDAffects only FreeBSD
Description
On freebsd, the jl_hrtime calls that we use to compute time spent in the compiler appear to be taking 70% of total execution time of compile-heavy julia processes. On linux it's not quite as bad, because this syscall has a special fastpath, but either way, this time is clearly excessive. cc @ianshmean who added this timer in #37678. At the very least, it should only be on in @time.
NHDaly
Metadata
Metadata
Assignees
Labels
ciContinuous integrationContinuous integrationsystem:freebsdAffects only FreeBSDAffects only FreeBSD