Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 4 of 4) sorted by relevance

/test/vts/utils/python/web/
Dweb_utils.py236 end_timestamp, argument
269 profiling_msg.end_timestamp = end_timestamp
440 msg.end_timestamp = msg.start_timestamp
443 self.report_msg.end_timestamp = feature_utils.GetTimestamp()
/test/vts/utils/python/profiling/
Dprofiling_utils.py380 end_timestamp = feature_utils.GetTimestamp()
383 end_timestamp)
/test/vts/proto/
DVtsReportMessage.proto133 optional int64 end_timestamp = 22; field
159 optional int64 end_timestamp = 12; field
310 optional int64 end_timestamp = 102; field
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp292 int64_t end_timestamp = record.timestamp(); in ProcessTraceForLatencyProfiling() local
293 int64_t latency = end_timestamp - start_timestamp; in ProcessTraceForLatencyProfiling()