actionscript 3 - Flex: time how long HTTPService takes to load? -


i loading xml httpservice in flex. taking longer load. want trouble shooting, in order tell making difference need able time requests , how long taking.

what best way time http service see how long took httpservice.send() httpservice.result

thanks!

this duplicate, go here see previous answer question:

in flex, there way determine how long httpservice.send() call takes round-trip?


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -