1

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.

Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
Gowtham S
  • 923
  • 14
  • 39

1 Answers1

-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