Hi Neetigya,
We don't have specific code for measuring S32S247 driver timing. But it's not hard to do that for users.
When doing timing analysis, it's common to use a timer, like STM, to measure time. Compare the timer counter between the starting point and ending point.
This is the basic method for analyzing code efficiency, interrupt firing, core loading, etc.
There are timer examples in the S32S247 SDK package, you can port the code to where you want to do timing analysis.