Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
parser/ | 03-May-2024 | - | 297,339 | 296,092 | ||
.gitignore | D | 03-May-2024 | 24 | 4 | 3 | |
README.txt | D | 03-May-2024 | 375 | 15 | 10 | |
contract-between-code-and-parser.txt | D | 03-May-2024 | 16.8 KiB | 238 | 193 | |
parse_systrace.py | D | 03-May-2024 | 2.5 KiB | 79 | 65 | |
run_tests.sh | D | 03-May-2024 | 195 | 10 | 7 |
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