summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-02-04 10:26:42 -0800
committerMark Spruiell <mes@zeroc.com>2008-02-04 10:26:42 -0800
commite7264d78a31d38f5e6170d18e0ef8e4481680686 (patch)
tree7477a70c2102531d64486e1d0d82a61337836815 /cpp
parentbug 2456; also cleaning up third-party docu (diff)
downloadice-e7264d78a31d38f5e6170d18e0ef8e4481680686.tar.bz2
ice-e7264d78a31d38f5e6170d18e0ef8e4481680686.tar.xz
ice-e7264d78a31d38f5e6170d18e0ef8e4481680686.zip
bug 2456 - monotonic clock
Diffstat (limited to 'cpp')
-rw-r--r--cpp/INSTALL.WINDOWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS
index 0c0fe647229..93f01019c54 100644
--- a/cpp/INSTALL.WINDOWS
+++ b/cpp/INSTALL.WINDOWS
@@ -162,6 +162,18 @@ bzip2 http://sources.redhat.com/bzip2
mcpp http://mcpp.sourceforge.net
+Monotonic clock
+---------------
+
+Ice uses the QueryPerformanceCounter Windows API function to measure
+time with a monotonic clock. If you are experiencing timing or
+performance issues, there are two knowledgebase articles that may be
+relevant for your system:
+
+ http://support.microsoft.com/?id=896256
+ http://support.microsoft.com/?id=895980
+
+
Python
------