Files
Android11/frameworks/ml/nn/tools/systrace_parser
2023-10-13 14:01:41 +00:00
..
2023-10-13 14:01:41 +00:00
2023-10-13 14:01:41 +00:00
2023-10-13 14:01:41 +00:00
2023-10-13 14:01:41 +00:00
2023-10-13 14:01:41 +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