I’m using CodeSite.TraceMethod(Self, ‘My Code’ ,tmoTiming,tfMilliseconds); to trace how long certain methods take to execute.
In the Codesite File Viewer I get a result along the lines of
-> MyCode
[TimeIcon] 601ms MyCode
<- MyCode
Is there any way to find methods that take longer to execute than say 1000ms ?
I’ve tried using the Time Difference Threshold but that doesn’t work if there are regular codesite send messages between the -> & <- as the time between messages gets diluted.
Cheers
David