Method Enter Exit duration

Home Forums CodeSite Method Enter Exit duration

Viewing 0 reply threads
  • Author
    Posts
    • #4063
      David Rose
      Participant

        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

         

         

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.