-
Notifications
You must be signed in to change notification settings - Fork 343
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
[0.19]: Add export to cachegrind format support #302
base: 0.19.x
Are you sure you want to change the base?
Conversation
{ | ||
parent::__construct($app); | ||
$this->searcher = $searcher; | ||
$this->converter = new CachegrindConverter(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we give a helpful error message when this class doesn't exist? Perhaps with installation instructions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My hope was that @beberlei replies to my request to make it separate composer package:
Revert unintended close: |
Idea from tideways/php-xhprof-extension#92
As the licensing is unknown, you need to download the class manually to src folder: