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/timeline/
process.py 69 def AutoCloseOpenSlices(self, max_timestamp, thread_time_bounds):
71 thread.AutoCloseOpenSlices(max_timestamp, thread_time_bounds[thread].max)
thread.py 176 def AutoCloseOpenSlices(self, max_timestamp, max_thread_timestamp):
179 s.duration = max_timestamp - s.start
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.h 20 u64 max_timestamp; member in struct:ordered_samples
session.c 619 session->ordered_samples.next_flush = session->ordered_samples.max_timestamp;
637 os->max_timestamp = timestamp;
651 os->max_timestamp = timestamp;
    [all...]
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 341 std::string max_timestamp = ServerTimeString(end_time); local
346 CreateDeletion(min_timestamp, max_timestamp, *url_iterator));
350 deletions->Append(CreateDeletion(min_timestamp, max_timestamp, GURL()));

Completed in 5833 milliseconds