An open API service indexing awesome lists of open source software.

https://github.com/tksh164/sysclockres


https://github.com/tksh164/sysclockres

command-line-tool cpp from-azdevops windows

Last synced: 2 months ago
JSON representation

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.