ajack 2004/06/27 15:50:41
Modified: python/gump/performance Tag: CleanUp __init__.py
python/gump/document/xdocs Tag: CleanUp documenter.py
Log:
See if stats/xref are responsible for the 40Mb+ growth at end of run.
Revision Changes Path
No revision
No revision
1.1.2.2 +1 -1 gump/python/gump/performance/Attic/__init__.py
Index: __init__.py
===================================================================
RCS file: /home/cvs/gump/python/gump/performance/Attic/__init__.py,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- __init__.py 20 Jun 2004 19:36:54 -0000 1.1.2.1
+++ __init__.py 27 Jun 2004 22:50:41 -0000 1.1.2.2
@@ -17,4 +17,4 @@
# Tools/Tests for performance tuning.
# tell Python what modules make up the gump.nofity package
-__all__ = ["xdocs"]
+__all__ = ["xdocs","gurus"]
No revision
No revision
1.9.2.24 +4 -3 gump/python/gump/document/xdocs/documenter.py
Index: documenter.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
retrieving revision 1.9.2.23
retrieving revision 1.9.2.24
diff -u -r1.9.2.23 -r1.9.2.24
--- documenter.py 26 Jun 2004 17:17:48 -0000 1.9.2.23
+++ documenter.py 27 Jun 2004 22:50:41 -0000 1.9.2.24
@@ -107,9 +107,10 @@
self.documentWorkspace()
self.documentEverythingElse()
- # Document these (even if not a full build)
- self.documentStatistics()
- self.documentXRef()
+ # Once a day...
+ if self.run.getOptions().isOfficial():
+ self.documentStatistics()
+ self.documentXRef()
# Synchronize xdocs...
return self.syncXDocs()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]