Tools__Profiler.st
changeset 12024 d9abe8cde031
parent 12023 db541e9a6fc1
child 12026 8ab9fdf1d225
equal deleted inserted replaced
12023:db541e9a6fc1 12024:d9abe8cde031
    89     "Created: / 24-11-2007 / 09:24:12 / janfrog"
    89     "Created: / 24-11-2007 / 09:24:12 / janfrog"
    90 ! !
    90 ! !
    91 
    91 
    92 !Profiler class methodsFor:'messageTally compatible interface'!
    92 !Profiler class methodsFor:'messageTally compatible interface'!
    93 
    93 
    94 spyDetailOn: aBlock
    94 spyDetailedOn: aBlock
    95     "execute a Block; then open a visual profiler.
    95     "execute a Block; then open a visual profiler.
    96      Return the value from aBlock"
    96      Return the value from aBlock"
    97 
    97 
    98     ^ self spyOn:aBlock interval:(self detailedSamplingIntervalMS)
    98     ^ self spyOn:aBlock interval:(self detailedSamplingIntervalMS)
    99 !
    99 !
   216     "Created: / 24-11-2007 / 08:21:28 / janfrog"
   216     "Created: / 24-11-2007 / 08:21:28 / janfrog"
   217 ! !
   217 ! !
   218 
   218 
   219 !Profiler class methodsFor:'documentation'!
   219 !Profiler class methodsFor:'documentation'!
   220 
   220 
       
   221 version
       
   222     ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.4 2012-11-04 21:21:17 cg Exp $'
       
   223 !
       
   224 
   221 version_CVS
   225 version_CVS
   222     ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.3 2012-11-04 21:14:49 cg Exp $'
   226     ^ '$Header: /cvs/stx/stx/libtool/Tools__Profiler.st,v 1.4 2012-11-04 21:21:17 cg Exp $'
   223 !
   227 !
   224 
   228 
   225 version_SVN
   229 version_SVN
   226     ^ '§Id: Tools__Profiler.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   230     ^ '§Id: Tools__Profiler.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   227 ! !
   231 ! !