summaryrefslogtreecommitdiff
path: root/perf/local_lat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'perf/local_lat.cpp')
-rw-r--r--perf/local_lat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp
index 9297137..4cfb155 100644
--- a/perf/local_lat.cpp
+++ b/perf/local_lat.cpp
@@ -20,6 +20,7 @@
#include "../include/zmq.h"
#include <stdio.h>
#include <stdlib.h>
+#include "helpers.h"
int main (int argc, char *argv [])
{
@@ -88,7 +89,7 @@ int main (int argc, char *argv [])
return -1;
}
- zmq_sleep (1);
+ perf_sleep (1);
rc = zmq_close (s);
if (rc != 0) {