Class PageLoadTimingData

All Implemented Interfaces:
Data

public class PageLoadTimingData extends TimerData

The PageLoadTimingData ...

The CustomData should be used only if the intended purpose does not match the semantics of the other data record classes (RequestData, ActionData, and TransactionData). For example, if one wants to measure a certain functionality during client-side processing, a custom timer may suit best.

Note that PageLoadTimingData objects have a "P" as their type code.

See Also:
  • Constructor Details

    • PageLoadTimingData

      public PageLoadTimingData()
      Creates a new PageLoadData object.
    • PageLoadTimingData

      public PageLoadTimingData(String name)
      Creates a new PageLoadTimingData object and gives it the specified name. Furthermore, the start time attribute is set to the current time.
      Parameters:
      name - the data name