Tools__ProfilerInfoItem.st
changeset 17808 207f73476db0
parent 12025 6303fd576a49
child 18683 82d65e71bc71
equal deleted inserted replaced
17807:af15db65bb9d 17808:207f73476db0
   170     ^self tally printString , '% '
   170     ^self tally printString , '% '
   171 
   171 
   172     "Created: / 01-12-2007 / 20:47:09 / janfrog"
   172     "Created: / 01-12-2007 / 20:47:09 / janfrog"
   173 ! !
   173 ! !
   174 
   174 
   175 !ProfilerInfoItem methodsFor:'accessing - private'!
   175 !ProfilerInfoItem methodsFor:'accessing-private'!
   176 
   176 
   177 setChildren: collection
   177 setChildren: collection
   178 
   178 
   179     children := collection.
   179     children := collection.
   180     children do:[:e|e parent:e]
   180     children do:[:e|e parent:e]
   201 ! !
   201 ! !
   202 
   202 
   203 !ProfilerInfoItem class methodsFor:'documentation'!
   203 !ProfilerInfoItem class methodsFor:'documentation'!
   204 
   204 
   205 version_CVS
   205 version_CVS
   206     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProfilerInfoItem.st,v 1.5 2012-11-04 21:40:34 cg Exp $'
   206     ^ '$Header$'
   207 !
   207 !
   208 
   208 
   209 version_SVN
   209 version_SVN
   210     ^ '§Id: Tools__ProfilerInfoItem.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   210     ^ '$Id$'
   211 ! !
   211 ! !
       
   212