[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables wind
From: |
Friedrich Beckmann |
Subject: |
Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window |
Date: |
Mon, 14 Dec 2015 21:54:38 +0100 |
Hi Ben, hi John,
i did some profiling on macos during scrolling and compared the gtktreeview and
the psppsheetview. I used 2000 columns and 10000 rows. Approximately 80% of the
time in the gtktreeview based version is spent in render_data_cell where data
is retrieved from the store.
![image/jpg](binR8ujowMfu4.bin)
I did the same profiling during scrolling for the psppsheetview based
implementation. Here 34 percent of the time is spent in render_data_cell.
![image/jpg](binPpmy_ON1c3.bin)
signature.asc
Description: Message signed with OpenPGP using GPGMail
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, (continued)
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/14
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/14
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/14
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/14
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window,
Friedrich Beckmann <=
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/13
gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Charles Johnson, 2015/12/10