# HG changeset patch # User mawalch # Date 1496923360 -7200 # Node ID 07e8ba40475d3da0dcb77e2e0897d781d6ba0171 # Parent 563d52afa67973a98b55bccbc4188ae8ad016193 #DOCUMENTATION by mawalch class: CompiledCode comment/format in: #isTiming diff -r 563d52afa679 -r 07e8ba40475d CompiledCode.st --- a/CompiledCode.st Wed Jun 07 17:23:30 2017 +0200 +++ b/CompiledCode.st Thu Jun 08 14:02:40 2017 +0200 @@ -732,10 +732,12 @@ ! isTiming - "return true, if timiing statistics are being gathered on this method." + "return true if timing statistics are being gathered on this method." ^ MessageTracer notNil and:[MessageTracer isTiming:self] + + "Modified (comment): / 08-06-2017 / 14:01:59 / mawalch" ! resetCountingStatistics