@bm21_416 - unfortunately, the Azure Percept DK does not currently have an API in the Myriad X SDK suitable for profiling neural networks.
However, you could try to calculate the FPS by taking the difference of two consecutive frames in the log output. For example, the below two frames are about 400 milliseconds apart. Note that seqno is the frame ID in consecutive order. So if subsequent frame IDs are not one integer apart, it means a frame was dropped.
nn: seqno=2, ts=1615811179194168848, []
nn: seqno=3, ts=1615811179235832767, []
Thanks,
-Mike