Accurate test __.net for. NET Code snippet elapsed time

Source: Internet
Author: User

For a lot of just getting started friends, know the implementation of the program results, but the implementation of the program do not know how to measure, so that do not understand the efficiency of the two code analysis, think of their own is so over, so I know the way to write to everyone to see. using system; using system.data; using system.configuration; using system.collections; using system.web; using system.web.security; using system.web.ui; using system.web.ui.webcontrols; using system.web.ui.webcontrols.webparts; using system.web.ui.htmlcontrols; using system.diagnostics; Public partial class counttime : system.web.ui.page {    protected  void page_load (object sender, eventargs e)     {         stopwatch sw = new stopwatch (); &NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;SW. Start ();         for  (int i = 0; i <  100000000; i++)         {&NBSP;&NBSP;&NBSP;&NBSP;&NBsp;       int j = i + 1; &NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP}         sw. Stop ();         response.write (sw.elapsed.milliseconds / 1000d); &NBSP;&NBSP;&NBSP;&NBSP}}

 

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.