Lines Matching refs:timestamp
27 timestamp = 0
34 timestamp = time.mktime(datetime.datetime.strptime(
37 timestamp = -1
41 return True, tokens[3][:-1], tokens[4], timestamp
42 return False, None, None, timestamp
59 timestamp = 0
62 return False, test_module_name, None, None, timestamp
70 timestamp = time.mktime(datetime.datetime.strptime(
73 timestamp = -1
77 return True, test_module_name, test_case_name, "end", timestamp
79 return True, test_module_name, test_case_name, "begin", timestamp
82 return True, test_module_name, None, None, timestamp
83 return False, test_module_name, None, None, timestamp
92 def ProcessEvent(module_type, module_name, timestamp): argument
95 java_exec_stats[module_type]["sum"] += timestamp
98 java_exec_stats[module_type][module_name]["sum"] += timestamp
102 timestamp)
105 java_exec_stats[module_type][module_name]["sum"] = timestamp
109 timestamp
113 java_exec_stats[module_type]["sum"] = timestamp
145 timestamp) = AnalyzeJavaLog(line)
147 last_timestamp = timestamp
150 timestamp - prev_timestamp)
153 prev_timestamp = timestamp
156 timestamp) = AnalyzePythonLog(line)
158 last_timestamp = timestamp
164 "value"] = timestamp
175 "value"] = timestamp
181 "value"] = timestamp
189 timestamp -