First question: If I use timestamp in debugging performance to understand what use CPU time or take too long time to run, what timestamp tell to me?
For example if I see "8668.714
Second question: how +relay consider exactly 'Call' and 'Ret'? If I use +relay in combination with timestamp, what should I have to search exactly in the log to understand where is the problem?
Combining the two question: If there is different timestamp value (assuming this indicate a too long time) between Call and Ret of the same function, what can be mean this?
If you think this last one is a stupid question consider that I've try to add custom ERR at the beginning and at the end of the function and difference in timestamp of that error seems beetween function end and next call while call and return has same timestamp, and it's the same for the parent functions, at least as long as I've been able to find them.


Thank you.