Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose timestamp APIs #229

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Expose timestamp APIs #229

merged 1 commit into from
Nov 14, 2024

Conversation

Alan-Jowett
Copy link
Member

This pull request introduces a new feature for time querying in the cxplat library, including both precise and approximate time queries with options to include or exclude suspended time. The changes span multiple files to integrate this new functionality.

Key changes include:

New Time Query Functionality:

Integration into Build System:

  • cxplat/cxplat_test/CMakeLists.txt, cxplat/src/cxplat_winkernel/CMakeLists.txt, cxplat/src/cxplat_winuser/CMakeLists.txt: Added cxplat_time_test.cpp, time_winkernel.c, and time_winuser.cpp to the respective build configurations. [1] [2] [3]
  • cxplat/cxplat_test/cxplat_test.vcxproj, cxplat/src/cxplat_winkernel/cxplat_winkernel.vcxproj, cxplat/src/cxplat_winuser/cxplat_winuser.vcxproj: Updated project files to include new source files for compilation. [1] [2] [3]

Test Cases:

Header File Updates:

Signed-off-by: Alan Jowett <[email protected]>
@Alan-Jowett Alan-Jowett merged commit d617dc6 into microsoft:main Nov 14, 2024
9 checks passed
@Alan-Jowett Alan-Jowett deleted the timestamp branch November 14, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants