This is a migrated thread and some comments may be shown as answers.

Sequence (clock) duration calcul

2 Answers 96 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 06 Oct 2015, 10:48 AM

Hello all,

 

I would like to know how I can calculate the Sequence (clock) duration (in the statistics tab) with the Fiddler's timers ?

 

Thanks a lot !

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 06 Oct 2015, 01:21 PM
Hi, Rob--

The calculation is simply latestResponse - earliestRequest where

                    earliestRequest = firstSession.Timers.ClientBeginRequest;

and
                    latestResponse = lastSession.Timers.ClientDoneResponse;


Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Rob
Top achievements
Rank 1
answered on 06 Oct 2015, 06:47 PM
Perfect ! Thanks Eric !
Tags
Fiddler Classic
Asked by
Rob
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Rob
Top achievements
Rank 1
Share this question
or