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

  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 32 self._trace_finish_re = re.compile(r' Completed startup tracing to (.*)')
89 self._trace_finish_re).group(1)
chrome_tracing_agent.py 33 self._trace_finish_re = \
101 self._trace_finish_re, timeout=120).group(1)

Completed in 1147 milliseconds