Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
STL
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
11.1k
Code
Issues
565
Pull requests
35
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
<chrono>: Cache QueryPerformanceFrequency()
- #646
#646
Merged
Billy O'Neal (BillyONeal)
merged 16 commits into
microsoft:master
microsoft/STL:master
from
AlexGuteniev:chrono_cache_qpf
AlexGuteniev/STL:chrono_cache_qpf
Copy head branch name to clipboard
Apr 1, 2020
Conversation
Commits
16
(16)
Checks
Files changed
Merged
<chrono>: Cache QueryPerformanceFrequency()
#646
Billy O'Neal (BillyONeal)
merged 16 commits into
microsoft:master
microsoft/STL:master
from
AlexGuteniev:chrono_cache_qpf
AlexGuteniev/STL:chrono_cache_qpf
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2020
caching QueryPerformanceFrequency() #448
Alex Guteniev (AlexGuteniev)
committed
a456502
View commit details
Copy full SHA for a456502
Browse repository at this point
missing static
Alex Guteniev (AlexGuteniev)
committed
1cac892
View commit details
Copy full SHA for 1cac892
Browse repository at this point
clang format
Alex Guteniev (AlexGuteniev)
committed
8ce0267
View commit details
Copy full SHA for 8ce0267
Browse repository at this point
avoid __iso_volatile_store64
Alex Guteniev (AlexGuteniev)
committed
244a15b
View commit details
Copy full SHA for 244a15b
Browse repository at this point
Suppress a warning that I'm thinking is false
Alex Guteniev (AlexGuteniev)
committed
8b1c5c3
View commit details
Copy full SHA for 8b1c5c3
Browse repository at this point
clang format
Alex Guteniev (AlexGuteniev)
committed
abbd365
View commit details
Copy full SHA for abbd365
Browse repository at this point
clang format
Alex Guteniev (AlexGuteniev)
committed
4250eeb
View commit details
Copy full SHA for 4250eeb
Browse repository at this point
Proper place to suppress a warning I'm thinking false
Alex Guteniev (AlexGuteniev)
committed
8ae738c
View commit details
Copy full SHA for 8ae738c
Browse repository at this point
clang format
Alex Guteniev (AlexGuteniev)
committed
bb746ac
View commit details
Copy full SHA for bb746ac
Browse repository at this point
Commits on Mar 28, 2020
Move implementation to .cpp
Alex Guteniev (AlexGuteniev)
committed
e1fb775
View commit details
Copy full SHA for e1fb775
Browse repository at this point
clang format
Alex Guteniev (AlexGuteniev)
committed
9312817
View commit details
Copy full SHA for 9312817
Browse repository at this point
remove unnecessary function
Alex Guteniev (AlexGuteniev)
committed
44448ef
View commit details
Copy full SHA for 44448ef
Browse repository at this point
Commits on Mar 29, 2020
Restore old code for _M_CEE_PURE
Alex Guteniev (AlexGuteniev)
committed
d6ea49b
View commit details
Copy full SHA for d6ea49b
Browse repository at this point
Commits on Mar 31, 2020
Merge remote-tracking branch 'origin/master' into chrono_cache_qpf
Billy O'Neal (BillyONeal)
committed
bc849c9
View commit details
Copy full SHA for bc849c9
Browse repository at this point
Remove unnecessary _M_CEE_PURE guards; xtime.cpp is compiled as native only.
Billy O'Neal (BillyONeal)
committed
f7234f4
View commit details
Copy full SHA for f7234f4
Browse repository at this point
Use direct-init.
Billy O'Neal (BillyONeal)
committed
f10ced4
View commit details
Copy full SHA for f10ced4
Browse repository at this point
You can’t perform that action at this time.