unplugged-system/packages/modules/NeuralNetworks/tools/systrace_parser
2025-10-06 13:59:42 +00:00
..
parser Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
contract-between-code-and-parser.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
parse_systrace.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
run_tests.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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