The Trunk: Kernel-nice.1227.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-nice.1227.mcz

commits-2
Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.1227.mcz

==================== Summary ====================

Name: Kernel-nice.1227
Author: nice
Time: 6 May 2019, 9:16:48.105337 am
UUID: 2ae4c2a9-6e23-4f1b-90d3-6251a4766ba0
Ancestors: Kernel-nice.1226, Kernel-nice.1216

Merge: Kernel-nice.1226, Kernel-nice.1216
(durationToRun)

=============== Diff against Kernel-nice.1226 ===============

Item was changed:
  ----- Method: BlockClosure>>durationToRun (in category 'evaluating') -----
  durationToRun
+ "Answer the duration taken before this block returns."
 
+ ^ Time durationToRun: self
- "Answer the duration taken to execute this block."
-
-
-
- ^ Duration milliSeconds: self timeToRun
-
-
-
  !