Re: Fw: [flexcoders] Function Execution Time

2009-10-30 Thread Arpit Mathur
There is also Grant Skinner's Actionscript performance harness that Lee
Brimelow put up a video on recently

http://www.gotoandlearn.com/play?id=115

-arpit


On Fri, Oct 30, 2009 at 4:09 AM, Krunal Panchal wrote:

>
>
> It is very simple, add trace just before and after the calling function.
> Keep in mind this is the same function which will you using  for data
> fetching.
>
> *
> Regards,
> --
>
> Krunal Panchal
> *
>
>
> - Forwarded Message 
> *From:* kanu kukreja 
> *Sent:* Fri, 30 October, 2009 11:58:55
> *Subject:* [flexcoders] Function Execution Time
>
>
>
> How can I find/get execution time of particular function data?
>
>  
>



-- 
--
Arpit Mathur
twitter: http://twitter.com/arpit
blog: http://arpitonline.com/blog
---


Fw: [flexcoders] Function Execution Time

2009-10-30 Thread Krunal Panchal
It is very simple, add trace just before and after the calling function. Keep 
in mind this is the same function which will you using  for data fetching.
 
Regards,



Krunal Panchal



- Forwarded Message 
From: kanu kukreja 
Sent: Fri, 30 October, 2009 11:58:55
Subject: [flexcoders] Function Execution Time

  
How can I find/get execution time of particular function data?