interface Performance : EventTarget {
double now();
readonly attribute double timeOrigin;
readonly attribute PerformanceTiming timing;
};