Skip to content

Commit

Permalink
Merge pull request #12 from cyber-wojtek/main
Browse files Browse the repository at this point in the history
Update ntqueryperformancecounter.md
  • Loading branch information
m417z authored Feb 9, 2024
2 parents ed96e60 + 9bb74a9 commit e765563
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions descriptions/ntqueryperformancecounter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Another method of `uptime` calculation:

`UpTime = PerformanceCounter / PerformanceFrequency;`

# Related Win32 API
- [`QueryPerformanceCounter`](https://learn.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter)
- [`QueryPerformanceFrequency`](https://learn.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency)

# Documented by

* Sven B. Schreiber
* Tomasz Nowak
* Wojciech Dudek

0 comments on commit e765563

Please sign in to comment.