Home > @datadog/browser-rum > RumGlobal > addTiming
Add a custom timing relative to the start of the current view, stored in @view.custom_timings.<timing_name>
@view.custom_timings.<timing_name>
Signature:
addTiming: (name: string, time?: number) => void;