diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-11-17 14:39:51 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-11-17 14:39:51 -0500 |
commit | a41bc2ef61a9d732031c6501ed0f700b0a3f3624 (patch) | |
tree | e5e010e46c928d87be103dafdb22487d54bad1bf /cpp/BuildInstructionsWindows.md | |
parent | Removed sql reference from IceStorm/repgrid test (diff) | |
download | ice-a41bc2ef61a9d732031c6501ed0f700b0a3f3624.tar.bz2 ice-a41bc2ef61a9d732031c6501ed0f700b0a3f3624.tar.xz ice-a41bc2ef61a9d732031c6501ed0f700b0a3f3624.zip |
Removed old monotonic clock links
Diffstat (limited to 'cpp/BuildInstructionsWindows.md')
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 5967d97adc7..e33618aa5df 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -30,15 +30,6 @@ The Ice build system for Windows downloads and installs Nuget and these Nuget packages when you build Ice for C++. The third-party packages are installed in the ``ice/cpp/third-party-packages`` folder. -### 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: - - - [KB 896256](http://support.microsoft.com/?id=896256) - - [KB 895980](http://support.microsoft.com/?id=895980) - ## Building Ice Open a command prompt that is configured for your target architecture. For |