PureBytes Links
Trading Reference Links
|
On my system the most executed code and the one taking the most time
is NumToStr(). 29 calls and 100ms of time used.
I think it is from converting an index to a string to append to a
static variable name for faking string arrays.
I already converted most of the static numeric arrays to the new
static array type.
Strange what pops up. I would have never guessed that this would be
the one taking so much time.
Perhaps that is an argument for built-in string arrays.
BR,
Dennis
On Jun 25, 2009, at 6:41 PM, brian_z111 wrote:
> I was speculating on which line of code is the most frequently used
> AFL.
>
> I would like a zloty for every time I have typed:
>
> Plot(variable,"variable",1,1);
>
>
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|