RegisterContextProfilingEventMarker

Function RegisterContextProfilingEventMarker 

Source
pub unsafe extern "C" fn RegisterContextProfilingEventMarker(
    cx: *mut JSContext,
    mark: Option<unsafe extern "C" fn(MarkerCategory, *const i8, *const i8)>,
    interval: Option<unsafe extern "C" fn(MarkerCategory, *const i8, TimeStamp, *const i8)>,
)