Home
last modified time | relevance | path

Searched refs:max_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/timeline/
Dprocess.py64 def AutoCloseOpenSlices(self, max_timestamp, max_thread_timestamp): argument
66 thread.AutoCloseOpenSlices(max_timestamp, max_thread_timestamp)
Dthread.py157 def AutoCloseOpenSlices(self, max_timestamp, max_thread_timestamp): argument
160 s.duration = max_timestamp - s.start
/external/chromium_org/chrome/browser/history/
Dweb_history_service.cc331 std::string max_timestamp = ServerTimeString(end_time); in ExpireHistory() local
336 CreateDeletion(min_timestamp, max_timestamp, *url_iterator)); in ExpireHistory()
340 deletions->Append(CreateDeletion(min_timestamp, max_timestamp, GURL())); in ExpireHistory()
/external/linux-tools-perf/util/
Dsession.h26 u64 max_timestamp; member
Dsession.c578 session->ordered_samples.next_flush = session->ordered_samples.max_timestamp; in process_finished_round()
595 os->max_timestamp = timestamp; in __queue_event()
609 os->max_timestamp = timestamp; in __queue_event()