Definition
JS Self-Profiling API defines ProfilerInitOptions
dictionary ProfilerInitOptions {
required DOMHighResTimeStamp sampleInterval;
required unsigned long maxBufferSize;
};
ProfilerInitOptions
dictionaryJS Self-Profiling API defines ProfilerInitOptions
dictionary ProfilerInitOptions {
required DOMHighResTimeStamp sampleInterval;
required unsigned long maxBufferSize;
};