Definition
JS Self-Profiling API defines ProfilerSample
dictionary ProfilerSample {
required DOMHighResTimeStamp timestamp;
unsigned long long stackId;
};
ProfilerSample
dictionaryJS Self-Profiling API defines ProfilerSample
dictionary ProfilerSample {
required DOMHighResTimeStamp timestamp;
unsigned long long stackId;
};