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

  /development/scripts/
stack_core.py 54 trace_lines = [] variable in class:TraceConverter
140 def PrintTraceLines(self, trace_lines):
142 maxlen = max(map(lambda tl: len(tl[1]), trace_lines))
146 for tl in self.trace_lines:
162 def PrintOutput(self, trace_lines, value_lines):
163 if self.trace_lines:
164 self.PrintTraceLines(self.trace_lines)
185 self.PrintOutput(self.trace_lines, self.value_lines)
318 if self.trace_lines or self.value_lines:
319 self.PrintOutput(self.trace_lines, self.value_lines
    [all...]
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent.py 303 def extract_thread_list(trace_lines):
307 trace_lines: The text portion of the trace
316 for i, line in enumerate(trace_lines):
323 for line in trace_lines[header + 1:]:
333 def extract_tgids(trace_lines):
337 trace_lines: The text portion of the trace
343 for line in trace_lines:

Completed in 112 milliseconds