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 }}
link0
/
profiler
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
14
Code
Issues
3
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Tideways support
- #77
#77
Open
krageon
wants to merge 15 commits into
link0:master
link0/profiler:master
from
krageon:tideway-support
krageon/profiler:tideway-support
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Tideways support
#77
krageon
wants to merge 15 commits into
link0:master
link0/profiler:master
from
krageon:tideway-support
krageon/profiler:tideway-support
Copy head branch name to clipboard
Commits
Commits on Jul 5, 2017
added src files for tideways profiler support, added profileradapterfactory
krageon
committed
1889a97
View commit details
Copy full SHA for 1889a97
Browse repository at this point
updated README to include tideways
krageon
committed
045427f
View commit details
Copy full SHA for 045427f
Browse repository at this point
added defaults for flags and options to profileradapterfactory, renamed preferredProfilerAdapters to possibleProfilerAdapters
krageon
committed
72c8f0e
View commit details
Copy full SHA for 72c8f0e
Browse repository at this point
added tests for tideways adapter and associated factory. Removed test functions from profilertest where those were removed
krageon
committed
95f6a0e
View commit details
Copy full SHA for 95f6a0e
Browse repository at this point
renamed test functions for profileradapterfactory
krageon
committed
9116204
View commit details
Copy full SHA for 9116204
Browse repository at this point
fixed error when ignored_functions was not set
krageon
committed
a3e709a
View commit details
Copy full SHA for a3e709a
Browse repository at this point
updated PHPUnit version so PHP7 unit tests give useful errors
krageon
committed
89035ee
View commit details
Copy full SHA for 89035ee
Browse repository at this point
Commits on Jul 6, 2017
changed minimum php version to 5.4
krageon
committed
c8c6a0d
View commit details
Copy full SHA for c8c6a0d
Browse repository at this point
changed MongoClient into a wrapper for MongoDB client plugin, as all of it's classes are now final and the old inheritance workaround therefore does not work. Put used functions in MongoClientInter…
Show description for bf2a63d
krageon
committed
bf2a63d
View commit details
Copy full SHA for bf2a63d
Browse repository at this point
fixed the retrieve and getlist functions in MongoDbHandler. The persist function is ongoing
krageon
committed
3df40f3
View commit details
Copy full SHA for 3df40f3
Browse repository at this point
added insert to MongoClientInterface, implementation to MongoClient and a whole load of TODO's where I ported the original functionality and saw spots with potential pain points
krageon
committed
c77f84d
View commit details
Copy full SHA for c77f84d
Browse repository at this point
refactored persist function in MongoDbHandler: extracted all of the arcane little chunks of logic into separate functions that accept a ProfileInterface and made it use MongoClientInterface's inser…
Show description for e90ca6d
krageon
committed
e90ca6d
View commit details
Copy full SHA for e90ca6d
Browse repository at this point
updated return type of stop function to ProfileInterface
krageon
committed
26fdc17
View commit details
Copy full SHA for 26fdc17
Browse repository at this point
changed travis 'mongo' client lib to 'mongodb', which is not deprecated
krageon
committed
5532135
View commit details
Copy full SHA for 5532135
Browse repository at this point
fixed mongodbhandlertest
krageon
committed
0b29e5b
View commit details
Copy full SHA for 0b29e5b
Browse repository at this point
You can’t perform that action at this time.