• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

parser/H12-Dec-2023-606,096604,249

.gitignoreH A D12-Dec-202324 43

README.txtH A D12-Dec-2023375 1510

contract-between-code-and-parser.txtH A D12-Dec-202316.8 KiB238193

parse_systrace.pyH A D12-Dec-20232.5 KiB7965

run_tests.shH A D12-Dec-2023195 107

README.txt

1NNAPI systrace parser
2
3This tool parses systrace output generated by the NNTRACE macros and produces
4timing statistics.
5
6Usage:
7parse_systrace.py <systrace html file>
8
9Limitations:
10- Output is only valid with one concurrent NNAPI client process (this could be
11  done by tracing the Binder transactions from client to server)
12
13See also:
14- contract-between-code-and-parser.txt
15