I have following test result from load test - timeStamp,elapsed,label,responseCode,Latency 1447675626444,9,API1,201,9 1447675626454,1151,API2,404,Not Found,1151
As explicit, call to API2 fails and there is delay of 1oms between two calls. I know that label timeStamp is time from epoch but is it the time when request was fired from client or the time when last response byte was received? If latter then how do I find the time when request was fired from client?
