Closed osyoyu closed 1 year ago
Support per-process CPU-time based profiling by passing CLOCK_THREAD_CPUTIME_ID to timer_create(2). In this mode, samples should be collected each time when a pthread (= Ruby Thread) consumes a certain amount of CPU time.
CLOCK_THREAD_CPUTIME_ID
timer_create(2)
Support per-process CPU-time based profiling by passing
CLOCK_THREAD_CPUTIME_ID
totimer_create(2)
. In this mode, samples should be collected each time when a pthread (= Ruby Thread) consumes a certain amount of CPU time.