C에서 시간차 구하는 함수가 먼가요?

kknd345의 이미지

소스 한바퀴 돌리는 데 시간차 구할려고 하는데요

include 해야 하는것과 함수 이름좀 가르쳐주세요

indie의 이미지

그냥 time쓰면 안되나요?

집에나 갈까?

kknd345의 이미지

time 쓴 예제 하나만 보여 주심 안 되나요?

#include <stdio.h>
#include <math.h>

void main()
{
	double a,b;
	int i;
	a=time();

	for(i=0;i<100;i++);
	{
	  i=i;	
	}
	
	b=time();

	printf("%4.2lf",a);
	printf("%4.2lf",b);
}

아무래도 include가 틀린것 같은데요..
무엇을 더 해야 하나요?

1%의 가능성이면 충분하다!
최선을 다하자!

metalwolf의 이미지

include <time.h> 가 빠졌습니다.

그리고 한바퀴 도는 타임을 구하실려면

변수 선언 후에

time_t nTimeNow = time(NULL);

하시고

프로그램 끝에

time_t nTimeLast = time(NULL);

하시고

nTotalTime = nTimeLast - nTimeNow 하시면 되지만

이건 현재 초단위고 밀리세컨드로 구하실려면 다른 함수를 찾으셔야 합니다.

지금 기억은 잘 안나는 군요.. ^^;

^____^; 방가여

cdpark의 이미지

연산 시간의 비교를 위해서라면 time() 대신에 getrusage() 함수를 이용하세요. 실제 CPU 사용시간만을 알려줍니다.

프로그램 전체의 수행시간을 재는 게 목적이라면 귀찮게 소스에 넣지 마시고 time 명령을 이용하면 됩니다.

ls의 수행 시간을 알려면 "time ls"라고 치면 됩니다.

datamind의 이미지

gettimeofday 를 사용하세요..
더 잘 나옵니다. -.-;;

삼량의 이미지

#include <stdio.h>
#include <sys/stat.h>

clock_t  startTime  = 0,
         endTime    = 0;
double   term       = 0;

/*
 * 프로그램 시작 부분
 */
startTime = clock();

''' '''
''' '''


/*
 *    프로그램 마지막 부분
 */
endTime = clock();
term = ((double)(endTime-startTime)/CLOCKS_PER_SEC);
printf("Process Term : [%f] \n",diff);

------------------------------------------------------------------------------
나름대로 세세한 시간을 알수 있다고 생각합니다
도움이 되시길 바랍니다.~

三量의 파란세상.
과거는 침묵하고, 현재는 화살처럼. 하지만 미래는 언제나 망설임으로 다가온다는걸 알고 있어!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.