Name: PhaseTimerStat

PhaseTimerStat class is the DTO representing a PhaseTimer data point with list of phase stats and metadata

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.profiler.phasetimer.PhaseTimerStat",
   "intervalSeconds": <Number>,
   "name": <String>,
   "timeEnd": DateTime,
   "timeStart": DateTime,
   "totalElapsed": <Number>,
   "metadata": [KeyValuePair],
   "phaseStats": [PhaseTimerPhaseStat],
}

Elements
NameTypeDescription
keyValuePair (wrapped by metadata)xsd:list[KeyValuePair]
phaseStat (wrapped by phaseStats)xsd:list[PhaseTimerPhaseStat]

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