OptionalisRoot: booleanOptionalisFather: booleanOptionalstartInRoot: numberOptionalrootDuration: numberOptionalduration: numberOptionalselfDuration: numberOptionalallocations: numberOptionalselfAllocations: numberOptionaldeallocations: numberOptionalselfDeallocations: numberProtected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Number of allocations that happened during this sample, including allocations in child samples. Negative value means the value is uknown.
Number of deallocations that happened during this sample, including allocations in child samples. Negative value means the value is uknown.
Duration of whole event sample in nanoseconds.
True if event sample has any children, false if this is a leaf event sample.
False if event sample has a parent, true if event sample is root.
Duration of root sample, useful to get duration ratios relative to root duration.
Number of allocations that happened during this sample, excluding allocations in child samples. Negative value means the value is uknown.
Number of deallocations that happened during this sample, excluding allocations in child samples. Negative value means the value is uknown.
Duration of sample that is not covered by any child sample, in nanoseconds.
Start time in nanoseconds relative to root sample.
Copies all properties defined by the prototype of ProfilerIndexEventSampleTimeInfo from other to this instance.
Clones this instance and returns a new ProfilerIndexEventSampleTimeInfo with identical values.
Determines if this ProfilerIndexEventSampleTimeInfo instance is equal to the other instance.
Staticis
The ProfilerIndexEventSampleTimeInfo class contains basic aggregated data about timing of an event sample intended to be shown to user together with details about profiler event sample.