Skip to content

Commit 9b5a8b3

Browse files
committed
[easywave][SYCL] Uncomment timing print-out
1 parent 24460aa commit 9b5a8b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easywave/SYCL/src/EasyWave.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int main(int argc, char **argv)
181181

182182
if (Par.outProgress) {
183183
if (lastProgress >= Par.outProgress) {
184-
/////LOG("Model time: " << utlTimeSplitString(Par.time)); //// << " Elapsed: " << tCumulatedComputeTime.GetTimeAsString(Timer::Units::SECONDS));
184+
LOG("Model time: " << utlTimeSplitString(Par.time)); //// << " Elapsed: " << tCumulatedComputeTime.GetTimeAsString(Timer::Units::SECONDS));
185185
/////printf( "Model time = %s, elapsed: %ld msec\n", utlTimeSplitString(Par.time), elapsed );
186186
//
187187
#ifdef SHOW_GRID
@@ -238,8 +238,8 @@ int main(int argc, char **argv)
238238

239239
LOG("Program successfully completed");
240240
tWallClock.Stop();
241-
/////LOG("I/O Time : " << dAccumulatedIOWriteTime - dAccumulateIOReadTime << " s");
242-
/////LOG("Total Execution Time: " << tWallClock.GetTime() - dAccumulatedIOWriteTime - dAccumulateIOReadTime << " s");
241+
LOG("I/O Time : " << dAccumulatedIOWriteTime - dAccumulateIOReadTime << " s");
242+
LOG("Total Execution Time: " << tWallClock.GetTime() - dAccumulatedIOWriteTime - dAccumulateIOReadTime << " s");
243243
return 0;
244244
}
245245

0 commit comments

Comments
 (0)