summaryrefslogtreecommitdiff
path: root/perf/local_lat.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-06-17 16:51:53 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-06-17 16:51:53 +0200
commit7f01e9970d211235fc8057de6dc41ba8ceafe795 (patch)
tree600dc003c73e15ef965cc97a1abb99d6dfc0a260 /perf/local_lat.cpp
parent4777fe4010572d381a2ad8eb63df2fc5fb7e6642 (diff)
stopwatch returned to libzmq
Diffstat (limited to 'perf/local_lat.cpp')
-rw-r--r--perf/local_lat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp
index 0628a97..4db756d 100644
--- a/perf/local_lat.cpp
+++ b/perf/local_lat.cpp
@@ -18,9 +18,9 @@
*/
#include "../include/zmq.h"
+#include "../include/zmq_utils.h"
#include <stdio.h>
#include <stdlib.h>
-#include "helpers.h"
int main (int argc, char *argv [])
{
@@ -89,7 +89,7 @@ int main (int argc, char *argv [])
return -1;
}
- perf_sleep (1);
+ zmq_sleep (1);
rc = zmq_close (s);
if (rc != 0) {