Function js::jsapi::FlushPerformanceMonitoring
[−]
[src]
pub unsafe extern "C" fn FlushPerformanceMonitoring(
arg1: *mut JSRuntime
) -> bool
Commit any Performance Monitoring data.
Until FlushMonitoring
has been called, all PerformanceMonitoring data is invisible
to the outside world and can cancelled with a call to ResetMonitoring
.