2007-01-17 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py: optimizations * src/ViewManager.py: optimizations * src/gramps_main.py: optimizations * src/PageView.py: optimizations svn: r7927
This commit is contained in:
@@ -426,11 +426,11 @@ class PersonView(PageView.PersonNavView):
|
||||
|
||||
# import hotshot, hotshot.stats
|
||||
|
||||
# pr = hotshot.Profile('mystats.profile')
|
||||
# print "Start"
|
||||
# pr.runcall(self.build_tree)
|
||||
# print "Finished"
|
||||
# pr.close()
|
||||
# pr = hotshot.Profile('mystats.profile')
|
||||
# print "Start"
|
||||
# pr.runcall(self.build_tree)
|
||||
# print "Finished"
|
||||
# pr.close()
|
||||
# print "Loading profile"
|
||||
# stats = hotshot.stats.load('mystats.profile')
|
||||
# print "done"
|
||||
|
||||
Reference in New Issue
Block a user