Home
last modified time | relevance | path

Searched refs:sample_timestamp (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/platform_TraceClockMonotonic/
Dplatform_TraceClockMonotonic.py80 sample_timestamp = float(columns[6])
81 if sample_timestamp > entry_timestamp:
84 if sample_timestamp < prev_timestamp:
/external/v8/src/profiler/
Dprofile-generator.h334 base::TimeTicks sample_timestamp(int index) const { in sample_timestamp() function
/external/v8/src/
Dapi.cc10091 return (profile->sample_timestamp(index) - base::TimeTicks()) in GetSampleTimestamp()