OptionalsampleIdentifier: Immutable<ProfilerDatabaseEventSampleIdentifier>OptionaleventIdentifier: Immutable<ProfilerDatabaseIdentifier>OptionalnanosecondsBegin: numberOptionalnanosecondsEnd: numberOptionalallocationsCount: numberOptionaldeallocationsCount: numberProtected_allocationsProtected_deallocationsProtected_eventProtected_nanosecondsProtected_nanosecondsProtected_sampleNumber of memory allocations that happened when this event sample was active. Includes allocations that happened in child samples. Negative number indicates unknown amount.
Number of memory deallocations that happened when this event sample was active. Includes allocations that happened in child samples. Negative number indicates unknown amount.
Identifier of that represents call that is being sampled by this sample.
Time when the sampled event call started defined as nanoseconds after origin specified by ProfilerRuntime.
Time when the sampled event call ended defined as nanoseconds after origin specified by ProfilerRuntime.
Identifier of this sample.
Copies all properties defined by the prototype of ProfilerDatabaseEventSample from other to this instance.
Clones this instance and returns a new ProfilerDatabaseEventSample with identical values.
StaticisDetermines if both ProfilerDatabaseEventSample instances are equal.
Later aliased as ProfilerDatabase::EventSample. The EventSample class represents a recorded call of an event, with given time and duration and optionally some extra attributes.