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

[REBOL] Re: Speeding up code

From: sunandadh:aol at: 13-Feb-2002 17:03

Hi Frank.
> Maybe you will like my Profiler-Script at REBOL.COM/Sites/FX5, too.
Clever stuff! Joel and I have both invented methods of instrumenting arbitrary stretches of code. That's useful to narrow down a problem, once you know the function you think is being a slug. Your method is one level up from ours: it can automatically profile all the functions in an object, thus pinpointing the ones that need closer attention Sunanda.