CompiledCode.st
changeset 21788 07e8ba40475d
parent 21416 6f5e8696df0c
child 22367 cdec34b6a6fa
equal deleted inserted replaced
21787:563d52afa679 21788:07e8ba40475d
   730     "Modified: / 27.7.1998 / 11:06:23 / cg"
   730     "Modified: / 27.7.1998 / 11:06:23 / cg"
   731     "Created: / 30.1.1999 / 14:49:26 / cg"
   731     "Created: / 30.1.1999 / 14:49:26 / cg"
   732 !
   732 !
   733 
   733 
   734 isTiming
   734 isTiming
   735     "return true, if timiing statistics are being gathered on this method."
   735     "return true if timing statistics are being gathered on this method."
   736 
   736 
   737     ^ MessageTracer notNil
   737     ^ MessageTracer notNil
   738       and:[MessageTracer isTiming:self]
   738       and:[MessageTracer isTiming:self]
       
   739 
       
   740     "Modified (comment): / 08-06-2017 / 14:01:59 / mawalch"
   739 !
   741 !
   740 
   742 
   741 resetCountingStatistics
   743 resetCountingStatistics
   742     "reset count statistics of the receiver"
   744     "reset count statistics of the receiver"
   743 
   745