From 7f01e9970d211235fc8057de6dc41ba8ceafe795 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 17 Jun 2010 16:51:53 +0200 Subject: stopwatch returned to libzmq --- perf/local_lat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perf/local_lat.cpp') 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 #include -#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) { -- cgit v1.2.3