WebIDLpedia

ProfilerSample dictionary

Definition

JS Self-Profiling API defines ProfilerSample



dictionary ProfilerSample {
  required DOMHighResTimeStamp timestamp;
  unsigned long long stackId;
};

Referring IDL interfaces/dictionaries