packages/modules/NeuralNetworks/tools/systrace_parser
cpeng b5f75efab3 android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
..
parser android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
.gitignore android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
README.txt android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
contract-between-code-and-parser.txt android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
parse_systrace.py android 13 from xiaosuan 2025-08-25 08:38:42 +08:00
run_tests.sh android 13 from xiaosuan 2025-08-25 08:38:42 +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