clock_t start; clock_t end; start = clock(); //ÄÚµåºÎºÐ end = clock(); printf("%lf ms elapsed\n", double (end - start));