android13/packages/modules/NeuralNetworks/tools/systrace_parser
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
parser initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
contract-between-code-and-parser.txt initial 2024-06-22 20:45:49 +08:00
parse_systrace.py initial 2024-06-22 20:45:49 +08:00
run_tests.sh initial 2024-06-22 20:45:49 +08:00

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