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

Milliseconds in Fiddler Timers

1 Answer 202 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 08 Oct 2015, 03:47 PM

Hi

I would like to export in a file the timers of a session.

When I select the timer ClientDoneResponse in the Fiddler interface, I can see the milliseconds. But in my script, when I retrieve this value with : oSessions[x].Timers.ClientDoneResponse, I can't see them (ie. screenshot).

Any ideas ?

 

Thanks.

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 08 Oct 2015, 06:15 PM
Hello, Rob--

Your script is relying upon the default ToString() behavior for the DateTime object. You can use one of the many overloads of the ToString() function to get a string that contains millisecond-granularity information.

Note: You should enable the High Resolution Timers option on Fiddler's Tools > Fiddler Options screen if you plan to be looking at millisecond-level timings.

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
Tags
Fiddler Classic
Asked by
Rob
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or