Home
last modified time | relevance | path

Searched refs:window_size_ns_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_sorter.h225 window_size_ns_ = window_size_ns; in set_window_ns_for_testing()
283 if (global_max_ts_ - global_min_ts_ < window_size_ns_) in MaybeExtractEvents()
286 SortAndExtractEventsBeyondWindow(window_size_ns_); in MaybeExtractEvents()
298 int64_t window_size_ns_; variable
Dtrace_sorter.cc27 : context_(context), window_size_ns_(window_size_ns) { in TraceSorter()