Skip to content

Commit 8df4e81

Browse files
author
Yechen Liu
committed
Remove trivial diff
1 parent 6916933 commit 8df4e81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/trace.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#ifndef __TRACE_H__
3333
#define __TRACE_H__
3434

35-
//extern unsigned long long gpu_sim_cycle;
36-
//extern unsigned long long gpu_tot_sim_cycle;
37-
3835
namespace Trace {
3936

4037
#define TS_TUP_BEGIN(X) enum X {
@@ -65,7 +62,7 @@ void init();
6562
#define DPRINTF(x, ...) \
6663
do { \
6764
if (DTRACE(x)) { \
68-
printf(SIM_PRINT_STR, m_gpu->gpu_sim_cycle + m_gpu->gpu_tot_sim_cycle, \
65+
printf(SIM_PRINT_STR, m_gpu->gpu_sim_cycle + m_gpu->gpu_tot_sim_cycle, \
6966
Trace::trace_streams_str[Trace::x]); \
7067
printf(__VA_ARGS__); \
7168
} \

0 commit comments

Comments
 (0)