summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-06-04 14:48:49 +0200
committerMartin Lucina <mato@kotelna.sk>2010-06-04 14:48:49 +0200
commit606c77368cccd2a277437b5de8764772295fdf89 (patch)
tree93d3a40130b80af1bd04c38973a7d8398e2e7021 /include
parent05b4a7ae787760d5c24e048612b786fa0283854a (diff)
Move perf helper functions to perf/helpers.cpp
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/zmq.h b/include/zmq.h
index 6cdf68f..a3dc781 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -232,23 +232,6 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
ZMQ_EXPORT int zmq_device (int device, void * insocket, void* outsocket);
-/******************************************************************************/
-/* Helper functions. */
-/******************************************************************************/
-
-/* Helper functions are used by perf tests so that they don't have to care */
-/* about minutiae of time-related functions on different OS platforms. */
-
-/* Starts the stopwatch. Returns the handle to the watch. */
-ZMQ_EXPORT void *zmq_stopwatch_start ();
-
-/* Stops the stopwatch. Returns the number of microseconds elapsed since */
-/* the stopwatch was started. */
-ZMQ_EXPORT unsigned long zmq_stopwatch_stop (void *watch_);
-
-/* Sleeps for specified number of seconds. */
-ZMQ_EXPORT void zmq_sleep (int seconds_);
-
#ifdef __cplusplus
}
#endif