HomeSort by relevance Sort by last modified time
    Searched refs:max_timestamp (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
process.py 64 def AutoCloseOpenSlices(self, max_timestamp):
66 thread.AutoCloseOpenSlices(max_timestamp)
thread.py 127 def AutoCloseOpenSlices(self, max_timestamp):
129 curr_slice = self.EndSlice(max_timestamp)
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 327 std::string max_timestamp = ServerTimeString(end_time); local
332 CreateDeletion(min_timestamp, max_timestamp, *url_iterator));
336 deletions->Append(CreateDeletion(min_timestamp, max_timestamp, GURL()));
  /external/linux-tools-perf/util/
session.h 26 u64 max_timestamp; member in struct:ordered_samples
session.c 578 session->ordered_samples.next_flush = session->ordered_samples.max_timestamp;
595 os->max_timestamp = timestamp;
609 os->max_timestamp = timestamp;
    [all...]

Completed in 210 milliseconds