Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: The Great Computer Language Shootout

From: pwoodward:cncdsl at: 3-Jan-2002 16:52

Also - I added something to slow the function calls down a bit - just to see how many times it recurses with y growing to 7... 13 29 61 125 253 509 1021 elapsed time 0:00:12 function calls: 922021 - Just under 1 million recursions - I guess I see why REBOL ran out of stack space! On a related note - I know we can find out how much memory REBOL is using, but how can I find out how much CPU time? My usage of now/time is a very unaccurate measure of how much computational power was expended - what with IE, OE, Tomcat and other apps running simultaneously. - Porter