Searched refs:start_timestamp (Results 1 – 6 of 6) sorted by relevance
92 self.report_msg.start_timestamp = feature_utils.GetTimestamp()151 self.current_test_report_msg.start_timestamp = feature_utils.GetTimestamp(235 start_timestamp, argument268 profiling_msg.start_timestamp = start_timestamp418 return self.report_msg.test, self.report_msg.start_timestamp439 msg.start_timestamp = feature_utils.GetTimestamp()440 msg.end_timestamp = msg.start_timestamp468 str(self.report_msg.start_timestamp))
383 def setTestModuleKeys(self, name, start_timestamp): argument386 self._test_module_timestamp = start_timestamp
379 start_timestamp = host_profiling_data[name]382 self.web.AddProfilingDataTimestamp(name, start_timestamp,
132 optional int64 start_timestamp = 21; field158 optional int64 start_timestamp = 11; field309 optional int64 start_timestamp = 101; field
113 self.web.report_msg.start_timestamp)
291 int64_t start_timestamp = entry_record.timestamp(); in ProcessTraceForLatencyProfiling() local293 int64_t latency = end_timestamp - start_timestamp; in ProcessTraceForLatencyProfiling()