Searched refs:sample_timestamp (Results 1 – 3 of 3) sorted by relevance
80 sample_timestamp = float(columns[6])81 if sample_timestamp > entry_timestamp:84 if sample_timestamp < prev_timestamp:
283 base::TimeTicks sample_timestamp(int index) const { in sample_timestamp() function
9723 return (profile->sample_timestamp(index) - base::TimeTicks()) in GetSampleTimestamp()