Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyPop authored Apr 15, 2024
1 parent 1e6f3c2 commit 0b48e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TimerResBenchmark
<p align="center"><b> TimerResBenchmark is a executable benchmark written in C# to micro-adjusting timer resolution for higher precision. The tool aims to find the best timer resolution that are closest possible sleep delays to 1ms, which is considered optimal for system performance. It is recommended to use a power plan with idle disabled to achieve consistent 1ms sleep delays and variance in the delta. </b></p>

TimerResBenchmark is a executable benchmark written in C# to micro-adjusting timer resolution for higher precision. The tool aims to find the best timer resolution that are closest possible sleep delays to 1ms, which is considered optimal for system performance. It is recommended to use a power plan with idle disabled to achieve consistent 1ms sleep delays and variance in the delta. The tool also include TimerResolution & MeasureSleep from [Amittxv's TimerRes](https://github.com/amitxv/TimerResolution/tree/main), and users can configure settings via `appsettings.json`. For a detailed explanation, visit the [Amittxv's TimerResolution](https://github.com/amitxv/TimerResolution/tree/main).
* The tool also include TimerResolution & MeasureSleep from [Amittxv's TimerRes](https://github.com/amitxv/TimerResolution/tree/main), and users can configure settings via `appsettings.json`. For a detailed explanation, visit the [Amittxv's TimerResolution](https://github.com/amitxv/TimerResolution/tree/main).


![gifgit](https://github.com/SwiftyPop/TimerResBenchmark/assets/90952326/f03feefd-4bf0-4c05-893e-14570f785d3a)
Expand Down

0 comments on commit 0b48e5c

Please sign in to comment.