1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
parser Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
contract-between-code-and-parser.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
parse_systrace.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
run_tests.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

NNAPI systrace parser

This tool parses systrace output generated by the NNTRACE macros and produces
timing statistics.

Usage:
parse_systrace.py <systrace html file>

Limitations:
- Output is only valid with one concurrent NNAPI client process (this could be
  done by tracing the Binder transactions from client to server)

See also:
- contract-between-code-and-parser.txt