office-gobmx/sc/TODO.performance
Markus Mohrhard b8db7dcfd0 leave a note about problem seen in the chart2export callgrind profile
Change-Id: Id880f511ea2f81ecf06ac782bd6c49d738311bab
2016-05-16 14:46:31 +02:00

12 lines
511 B
Text

This is a collection of methods that should be optimized to make better use
of mdds or other calc internal data structures.
Each method should contain a short description on how to hit the performance problem.
* ScColumn::GetRangeScriptType
** Import tdf80853.csv and select the whole content with the keyboard
* XclExpRowBuffer::GetOrCreateRow
** Look at the profile of chart2export
** The repeated calls to ScDocument::GetRowHeight seem strange
*** There should be a more efficient way to handle that loop