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
/
mssql-python
Public
Notifications
You must be signed in to change notification settings
Fork
57
Star
469
Code
Issues
37
Pull requests
30
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
FEAT: Profiler
- #552
#552
Open
Gaurav Sharma (bewithgaurav)
wants to merge 26 commits into
main
microsoft/mssql-python:main
from
bewithgaurav/profiling
microsoft/mssql-python:bewithgaurav/profiling
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
FEAT: Profiler
#552
Gaurav Sharma (bewithgaurav)
wants to merge 26 commits into
main
microsoft/mssql-python:main
from
bewithgaurav/profiling
microsoft/mssql-python:bewithgaurav/profiling
Copy head branch name to clipboard
Commits
Commits on Apr 8, 2026
FEAT: Add performance profiling infrastructure and documentation
Show description for 5e15451
Gaurav Sharma (bewithgaurav)
committed
5e15451
View commit details
Copy full SHA for 5e15451
Browse repository at this point
DOC: Add latest status update for profiler branch
Gaurav Sharma (bewithgaurav)
committed
1eb6650
View commit details
Copy full SHA for 1eb6650
Browse repository at this point
Add profiling infrastructure with Python + C++ instrumentation
Show description for 2a87987
Gaurav Sharma (bewithgaurav)
committed
2a87987
View commit details
Copy full SHA for 2a87987
Browse repository at this point
Commits on Apr 10, 2026
my_bench and delete run_profiler
Gaurav Sharma (bewithgaurav)
committed
0a23cf9
View commit details
Copy full SHA for 0a23cf9
Browse repository at this point
Commits on Jul 6, 2026
Merge origin/main into bewithgaurav/profiling
Show description for 11a3c44
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
11a3c44
View commit details
Copy full SHA for 11a3c44
Browse repository at this point
CHORE: remove profiler dev scratch docs and bench script
Show description for dcb5537
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
dcb5537
View commit details
Copy full SHA for dcb5537
Browse repository at this point
FIX: restore main's same-SQL param shortcut for single-container params
Show description for 321a22c
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
321a22c
View commit details
Copy full SHA for 321a22c
Browse repository at this point
Commits on Jul 14, 2026
Merge origin/main into bewithgaurav/profiling
Show description for 417a8c7
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
417a8c7
View commit details
Copy full SHA for 417a8c7
Browse repository at this point
FIX: exclude profiler/ dev tooling from the packaged wheel
Show description for cd498fa
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
cd498fa
View commit details
Copy full SHA for cd498fa
Browse repository at this point
CHORE: add tests for the performance profiler
Show description for da6bf23
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
da6bf23
View commit details
Copy full SHA for da6bf23
Browse repository at this point
DOC: document the profiler counter's single-mutex design decision
Show description for 31ef66e
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
31ef66e
View commit details
Copy full SHA for 31ef66e
Browse repository at this point
Commits on Jul 15, 2026
CHORE: gate profiler behind ENABLE_PROFILING build flag, off by default
Show description for b837868
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
b837868
View commit details
Copy full SHA for b837868
Browse repository at this point
DOC: rewrite profiler README as minimal from-basics docs
Show description for 0dbba47
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
0dbba47
View commit details
Copy full SHA for 0dbba47
Browse repository at this point
Commits on Sep 8, 2026
Merge origin/main into bewithgaurav/profiling
Show description for 99e8502
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
99e8502
View commit details
Copy full SHA for 99e8502
Browse repository at this point
FIX: make profiler counter config atomic and capture timer active-state
Show description for 1b22b8c
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
1b22b8c
View commit details
Copy full SHA for 1b22b8c
Browse repository at this point
FIX: isolate profiler measurement windows so scenarios don't contaminate each other
Show description for c72232c
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
c72232c
View commit details
Copy full SHA for c72232c
Browse repository at this point
FIX: address Copilot review — header includes, perf_stop guard, exception-safe profiler runner
Show description for 0abc283
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
0abc283
View commit details
Copy full SHA for 0abc283
Browse repository at this point
FIX: address second Copilot review — timeline epoch, build.bat flag, profiler UX
Show description for f902803
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
f902803
View commit details
Copy full SHA for f902803
Browse repository at this point
FIX: address external review — arrow scenario, scenario isolation, perf_phase, clock, coverage
Show description for d3e6723
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
d3e6723
View commit details
Copy full SHA for d3e6723
Browse repository at this point
FIX: make profiler timer destructor non-throwing and broaden CLI error handling
Show description for bb75af0
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
bb75af0
View commit details
Copy full SHA for bb75af0
Browse repository at this point
FIX: close cursor in run_script even when the user script fails to compile
Show description for c068e0e
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
c068e0e
View commit details
Copy full SHA for c068e0e
Browse repository at this point
FIX: script wall-time accuracy, narrow arrow catch, measure executemany conversion
Show description for 0d33882
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
0d33882
View commit details
Copy full SHA for 0d33882
Browse repository at this point
FIX: nanosecond accumulation + metadata timer scope in profiler
Show description for 320f639
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
320f639
View commit details
Copy full SHA for 320f639
Browse repository at this point
FIX: preserve original traceback in profiler error paths
Show description for 243fe03
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
243fe03
View commit details
Copy full SHA for 243fe03
Browse repository at this point
DOCS: link the profiler guide from the top-level README
Show description for f5acae9
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
f5acae9
View commit details
Copy full SHA for f5acae9
Browse repository at this point
FIX: correct README overhead claim, drop unused import, sync timeline mode
Show description for d639bc9
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
d639bc9
View commit details
Copy full SHA for d639bc9
Browse repository at this point
You can’t perform that action at this time.