SetStyle Method Performance Analysis test

Source: Internet
Author: User

This performance test is to test the time required for code to execute SetStyle methods by changing the background image of a container vbox.

Using the SetStyle method, test the time required for code execution:

SetStyle Method Execution times Test time (in milliseconds) for the first time Test time required for second time (MS) Test time required for the third time (MS)
1 0 0 0
10 0 16 0
1000 250 203 219
10000 2282 2203 2313

After you replace the SetStyle method with the StyleName property, test the time it takes to execute the code:

Milliseconds

StyleName Property Execution times Test time (in milliseconds) for the first time Test time required for second time (MS) Test time required for the third time (MS)
1 0 0 0
10 0 0 0
1000 16 0 0
10000 16 15 10

The SetStyle method consumes performance when the number of executions increases.
The SetStyle method can be substituted with the StyleName property of the object, stylename referencing the CSS style name.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.