Package 

Class ProfilerEvent.RumLongTaskEvent

    • Constructor Detail

      • ProfilerEvent.RumLongTaskEvent

        ProfilerEvent.RumLongTaskEvent(String id, Long startMs, Long durationNs, ProfilingRumContext rumContext)
        Parameters:
        id - The ID of the corresponding RUM long task event.
        startMs - Start timestamp in milliseconds since epoch (server time-adjusted).
        durationNs - Duration of the long task in nanoseconds.
        rumContext - RUM context at the time of the long task.