Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc144 int64_t busy_until; in NotifyEndOfFile() member
159 if (cur.busy_until <= job.start_ms) { in NotifyEndOfFile()
160 if (!worker || cur.busy_until > worker->busy_until) in NotifyEndOfFile()
166 worker->busy_until = job.end_ms; in NotifyEndOfFile()