Name: PhaseTimerPhaseStat

PhaseTimerPhaseStat class is the DTO representing a phase data point

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.profiler.phasetimer.PhaseTimerPhaseStat",
   "elapsed": <Number>,
   "intervalSeconds": <Number>,
   "name": <String>,
   "timeEnd": DateTime,
   "timeStart": DateTime,
}

Attributes
NameTypeDescription
elapsedxsd:int
intervalSecondsxsd:longThe interval between datapoints in seconds
namexsd:string
timeEndDateTimeThe end time of the interval.
timeStartDateTimeThe start time of the interval.