Searched refs:sample_timestamp (Results 1 – 4 of 4) sorted by relevance
80 sample_timestamp = float(columns[6])81 if sample_timestamp > entry_timestamp:84 if sample_timestamp < prev_timestamp:
236 base::TimeTicks sample_timestamp(int index) const { in sample_timestamp() function
184 self.sample_timestamp = datetime.fromtimestamp(response['SampleTimestamp'])
8025 return (profile->sample_timestamp(index) - base::TimeTicks()) in GetSampleTimestamp()