Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_report.py289 def _MakeSection(title, body): member in TextResultsReport
325 sections.append(self._MakeSection('Summary', summary_table))
329 sections.append(self._MakeSection('Benchmark Run Status', table))
333 sections.append(self._MakeSection('Perf Data', perf_table))
337 sections.append(self._MakeSection('Experiment File', experiment_file))
340 sections.append(self._MakeSection('CPUInfo', cpu_info))
/external/protobuf/objectivec/DevTools/
Dpddm.py573 cur_section = self._MakeSection(line, line_num)
576 cur_section = self._MakeSection(line, line_num)
585 def _MakeSection(self, line, line_num): member in SourceFile