summaryrefslogtreecommitdiffstats
path: root/tools/perform/sio_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/sio_engine.c')
-rw-r--r--tools/perform/sio_engine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perform/sio_engine.c b/tools/perform/sio_engine.c
index 07e6b16c..dc6cbb8 100644
--- a/tools/perform/sio_engine.c
+++ b/tools/perform/sio_engine.c
@@ -29,7 +29,7 @@
#include "hdf5.h"
#include "sio_perf.h"
-#include "sio_timer.h"
+//#include "io_timer.h"
/* Macro definitions */
@@ -143,11 +143,11 @@ do_sio(parameters param)
switch (iot) {
case POSIXIO:
fd.posixfd = -1;
- res.timers = sio_time_new();
+ res.timers = io_time_new(SYS_CLOCK);
break;
case HDF5:
fd.h5fd = -1;
- res.timers = sio_time_new();
+ res.timers = io_time_new(SYS_CLOCK);
break;
default:
/* unknown request */