https://github.com/tksh164/sysclockres
https://github.com/tksh164/sysclockres
command-line-tool cpp from-azdevops windows
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tksh164/sysclockres
- Owner: tksh164
- License: mit
- Created: 2017-05-08T13:40:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T12:24:31.000Z (over 2 years ago)
- Last Synced: 2025-01-23T23:14:45.461Z (4 months ago)
- Topics: command-line-tool, cpp, from-azdevops, windows
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SysClockRes
This project is sample code of the timeBeginPeriod function and the timeEndPeriod function. This sample code is change the system clock resolution.
## Usage
```
SetSysClockRes.exe
```## Building from source
Run the **nmake** in the Visual Studio's Developer PowerShell or Developer Command Prompt.
```
nmake build
```## License
Copyright (c) 2015-present Takeshi Katano. All rights reserved. This software is released under the [MIT License](https://github.com/tksh164/SysClockRes/blob/master/LICENSE).
Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.