Opened 2 years ago
Last modified 13 months ago
#1803 new defect
Avoid getrusage system calls in GC
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.0.0 |
Component: | core libraries | Version: | 5.3.0 |
Keywords: | Cc: | ||
Estimated difficulty: | medium |
Description
To calculate GC time statistics, C_cpu_milliseconds
is currently used, which results in an getrusage(2) system call on many platforms. This should be avoided, preferrably by using a faster alternative like clock(3).
Change History (2)
comment:1 Changed 2 years ago by
Estimated difficulty: | easy → medium |
---|
comment:2 Changed 13 months ago by
Milestone: | 5.4 → 6.0.0 |
---|
Note: See
TracTickets for help on using
tickets.