jianglin 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
..
parser 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
.gitignore 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
README.txt 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
contract-between-code-and-parser.txt 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
parse_systrace.py 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos
run_tests.sh 1c85872cc8 create repository %!s(int64=4) %!d(string=hai) anos

README.txt

NNAPI systrace parser

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

Usage:
parse_systrace.py

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