Re: [Vala] Performance issue
- From: Luca Bruno <lethalman88 gmail com>
- To: vala-list gnome org
- Subject: Re: [Vala] Performance issue
- Date: Fri, 29 Nov 2013 09:20:03 +0100
On 30/11/2013 07:38, Raum wrote:
I'm developping a tool which graphically display a pcap file.
I'm using treeview / TreeModel / TreeStore to show a lot of frames
information and I've some performance issues... notably on navigator
view.
Is there any "optimization" tool (under linux) ? (which can give me
some informations where I should optimize my code ?)
If you are displaying a lot of rows, the issue is most likely to be in
the treeview. Start by setting fixed height, and search the net for
treeview optimizations.
Also ensure you are compiling with -O2.
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]