1 2 3 4 5 6
interface Performance : EventTarget { double now(); readonly attribute double timeOrigin; readonly attribute PerformanceTiming timing; };