Search code examples
swiftxcodeswift-playground

Swift Playground: Show Line Execution Counts > i.e. (# times)


I'm running Xcode Version 8.0 (8A218a) While in the swift playground I'm not seeing line execution counts.

Swift Playground does not show execution counts

How does one show line execution counts like the "(3 times)" output normally show as the 'output' of line 2, as shown below on line 9 of an example:

Example of Swift Playground with line execution counts shown

Thanks.


Solution

  • Short and simple answer:
    There is no calculation iteration to print out there, check this example: enter image description here