Opened 22 months ago

Last modified 5 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 17 months ago by felix winkelmann

Estimated difficulty: easymedium

comment:2 Changed 5 months ago by felix winkelmann

Milestone: 5.46.0.0
Note: See TracTickets for help on using tickets.