NXP backend: Add e2e test for profiling feature#20785
Conversation
…inal profiling table with inspector
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20785
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 PendingAs of commit 3c109eb with merge base 6018283 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This PR needs a
|
| executorch::etdump::ETDumpGen* etdump_gen = etdump_gen_ptr.get(); | ||
| printf("ET_EVENT_TRACER_ENABLED\n"); | ||
| #else | ||
| printf(" NO ET_EVENT_TRACER_ENABLED\n"); |
There was a problem hiding this comment.
Nit: Is the leading space intended?
There was a problem hiding this comment.
I forgot to remove my debugging prints. I've removed both of them, as they are not needed.
Summary
Add an end-to-end test for the profiling feature that generates ETDump and ETRecord artifacts and validates the resulting profiling data using the ExecuTorch Inspector.
Changes:
Add Inspector-based validation that:
Note: This test is currently marked as xfail and should be enabled after the Neutron SW 3.2 release.
Test plan
Test included.
cc @robert-kalmar @JakeStevens @digantdesai @rascani