Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8dfc66f

Browse files
committed
remove debug header & fix ssu_runtime
1 parent 26b64a4 commit 8dfc66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎common.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ void ssu_runtime(struct timeval *begin_t, struct timeval *end_t) // 실행 시
1515
}
1616

1717
end_t->tv_usec -= begin_t->tv_usec;
18-
printf("Runtime: %ld:%06ld(sec:usec)\n", end_t->tv_sec, end_t->tv_usec);
18+
printf("Runtime: %ld:%ld(sec:usec)\n", end_t->tv_sec, end_t->tv_usec);
1919
}

‎common.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef COMMON_H
77
#define COMMON_H
88

9-
#define DEBUG
9+
//#define DEBUG
1010

1111
#include <stdio.h>
1212
#include <stdlib.h>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /