5,877
edits
Changes
From Gramps
m
Gramps
''This is a GEP for examining, detailing, and proposing enhancements to address speed issues in GRAMPSGramps.''
= Enhancing Speed Workflow =
The first step in working toward speeding up GRAMPS Gramps is to identify particular functions or activities that take more time than you would like.
The next is to examine in detail what functions are the bottle-necks in the processing. This is most easily and scientifically done through Python's Profiling tools.
=== Profile Links ===
* [[Debugging_Gramps#Use_profiling]] - some notes on profiling GRAMPSGramps
* [http://docs.python.org/library/profile.html] - Python's profiling documentation