This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ on BenchmarkStartTiming
3030 put the millisecs into sBenchmarkStartTime
3131end BenchmarkStartTiming
3232
33- on BenchmarkEndTiming
33+ on BenchmarkStopTiming
3434 write (the millisecs - sBenchmarkStartTime ) to stdout
35- end BenchmarkEndTiming
35+ end BenchmarkStopTiming
3636
3737on errorDialog executionError, parseError
3838 write executionError & return to stderr
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ You should have received a copy of the GNU General Public License
1717along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1818
1919on BenchmarkRepeatCount
20- BenchmarkStartTiming
21- repeat 100000000 times
22- end repeat
23- BenchmarkEndTiming
20+ BenchmarkStartTiming
21+ repeat 100000000 times
22+ end repeat
23+ BenchmarkStopTiming
2424end BenchmarkRepeatCount
2525
2626on BenchmarkRepeatWith
27- BenchmarkStartTiming
28- repeat with i = 1 to 100000000
29- end repeat
30- BenchmarkEndTiming
27+ BenchmarkStartTiming
28+ repeat with i = 1 to 100000000
29+ end repeat
30+ BenchmarkStopTiming
3131end BenchmarkRepeatWith
3232
You can’t perform that action at this time.
0 commit comments