zazi1991i / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

Timing bars disproportional #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I manually change the values of an entry in a HAR file to:

        "timings":{
          "dns":30,
          "connect":30,
          "blocked":30,
          "send":30,
          "wait":30,
          "receive":30
        }

Also changed:

"time":180,

To reflect the above values.

The resulting view (included in the screenshot) shows pieces of the bar being 
of different size then others. How can that be ? Am I missing something ?

Original issue reported on code.google.com by phobouli...@gmail.com on 6 Sep 2010 at 5:21

Attachments:

GoogleCodeExporter commented 8 years ago
Patch committed at R150
I have increased percentage precision, but of course it can happen that one 
phase can be +/- on pixel different that the other (even if the timing is 
exact). Anyway, it should look better now.

Released in 1.1-12, please verify
www.softwareishard.com/har/viewer

Thanks for the report!
Honza

Original comment by odva...@gmail.com on 6 Sep 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Thanks Honza, works fine indeed!

Original comment by phobouli...@gmail.com on 6 Sep 2010 at 6:52

GoogleCodeExporter commented 8 years ago

Original comment by odva...@gmail.com on 7 Sep 2010 at 2:14