Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/trace_analyzer/
Dtrace_analyzer.py45 count = trace2db.parse_file_into_db(trace_filename, limit=args.limit)
/frameworks/base/startop/scripts/trace_analyzer/lib/
Dtrace2db.py216 def parse_file_into_db(self, filename: str, limit: Optional[int] = None): member in Trace2Db
/frameworks/base/startop/scripts/iorap/
Dcompiler_ri.py226 parse_count = trace2db.parse_file_into_db(trace_file)