In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or container.
Asked
Active
Viewed 158 times
1
-
Try using profiler http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_4.html – Timofei Davydik May 07 '13 at 14:19
-
3Or Adobe Scout with advanced-telemetry on http://gaming.adobe.com/technologies/scout/ – Kodiak May 07 '13 at 14:51
1 Answers
-1
Throw a new error, catch it, make it to string, maybe parse it.

Qantas 94 Heavy
- 15,750
- 31
- 68
- 83

csomakk
- 5,369
- 1
- 29
- 34
-
http://stackoverflow.com/questions/149073/stacktrace-in-flash-actionscript-3-0 – csomakk May 07 '13 at 15:02
-
-