Dear Tizen developer,

Instead of measuring the execution time of an web application (or
native app) on Tizen reference phone,
is it okay to measure the execution time for the web application (or
native app) on Tizen emulator?

In another word, in the following example, the value of
'execution_time' on Tizen emulator is same with on Tizen reference
phone?

begin_time = current_time_measure_function();
web_application running;
end_time = current_time_measure_function();

execution_time = end_time - begin_time;

Is there another way to estimate the execution time of a web
application (or native application) with no use of the Tizen reference
phone?


Thank you in advance,

- JY
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to