Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 6 of 6) sorted by relevance

/test/vts/utils/python/web/
Dweb_utils.py92 self.report_msg.start_timestamp = feature_utils.GetTimestamp()
151 self.current_test_report_msg.start_timestamp = feature_utils.GetTimestamp(
235 start_timestamp, argument
268 profiling_msg.start_timestamp = start_timestamp
418 return self.report_msg.test, self.report_msg.start_timestamp
439 msg.start_timestamp = feature_utils.GetTimestamp()
440 msg.end_timestamp = msg.start_timestamp
468 str(self.report_msg.start_timestamp))
/test/vts/runners/host/
Drecords.py383 def setTestModuleKeys(self, name, start_timestamp): argument
386 self._test_module_timestamp = start_timestamp
/test/vts/utils/python/profiling/
Dprofiling_utils.py379 start_timestamp = host_profiling_data[name]
382 self.web.AddProfilingDataTimestamp(name, start_timestamp,
/test/vts/proto/
DVtsReportMessage.proto132 optional int64 start_timestamp = 21; field
158 optional int64 start_timestamp = 11; field
309 optional int64 start_timestamp = 101; field
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py113 self.web.report_msg.start_timestamp)
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp291 int64_t start_timestamp = entry_record.timestamp(); in ProcessTraceForLatencyProfiling() local
293 int64_t latency = end_timestamp - start_timestamp; in ProcessTraceForLatencyProfiling()