RoarVM icon indicating copy to clipboard operation
RoarVM copied to clipboard

Sampling Primitive Relies on Global Cycle Counter

Open smarr opened this issue 14 years ago • 0 comments

static u_int64 cc = OS_Interface::get_cycle_count(); is not threadsafe. Needs to use for instance an array per core to avoid inconsistent data.

smarr avatar Feb 11 '11 12:02 smarr