Re: [Wireshark-dev] QtShark performance

2012-01-25 Thread Guy Harris
On Jan 25, 2012, at 4:34 AM, Guy Harris wrote: > > On Jan 25, 2012, at 12:57 AM, Anders Broman wrote: > >> I have had a quick look at QtShark loading a 150 Mb file is sligtly faster >> than the GTK version(~6s vs 8s > > Note that the Qt version doesn't yet show a progress bar. I'm experiment

Re: [Wireshark-dev] QtShark performance

2012-01-25 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: den 25 januari 2012 13:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] QtShark performance On Jan 25, 2012, at 12:57 AM

Re: [Wireshark-dev] QtShark performance

2012-01-25 Thread Guy Harris
On Jan 25, 2012, at 12:57 AM, Anders Broman wrote: > I have had a quick look at QtShark loading a 150 Mb file is sligtly faster > than the GTK version(~6s vs 8s Note that the Qt version doesn't yet show a progress bar. I'm experimenting with a different API for the progress bar, where you alw

[Wireshark-dev] QtShark performance

2012-01-25 Thread Anders Broman
Hi, I have had a quick look at QtShark loading a 150 Mb file is sligtly faster than the GTK version(~6s vs 8s but filtering takes about 3 times as long(~30s vs ~13s). I think fixing/improving that should be a priority as that's a showstopper. Best regards Anders