I’m doing http requests to pulse/webservice, for a webpage, and I want to get the total render time for a task
a task object (json) is like this:
Comp: "2015-10-28T17:13:20.414+00:00"
Cpu: 99
CpuPer: 9
Errs: 0
Frames: "1-1"
JobID: "5630fd16cc4a30183868b042"
NormMult: 1
Prog: "100 %"
RamAvg: 236990784
RamAvgPer: 1
RamPeak: 409948160
RamPeakPer: 2
RndStat: ""
Size: 6126558
Slave: "RF-004"
Start: "2015-10-28T17:04:25.82+00:00"
StartRen: "2015-10-28T17:13:05.816+00:00"
Stat: 5
SwapAvg: 871147
SwapPeak: 1031136
TaskID: 0
TotalClock: 6942578
UsedClock: 624832
WtgStrt: false
_id: "5630fd16cc4a30183868b042_0"
Monitor says this frame was 8:54 (tasktime)
But I can’t see what in this task object shows me that? …
Thanks