xhgui
xhgui copied to clipboard
Web interface for XHProf profiling data can store data in MongoDB or PDO database
Hi, I really like this project but i cannot get to render callgraph at any profile. My project is based on symfony so there is a lot of files. After...
Hi, Any good way to export an image of the call graph? Screenshots work, but I was looking for something higher resolution.
In larger applications profile column of type `TEXT` exceeds maximum allowed characters of 65535 characters. This leads to data not showing in UI since `json_decode()` returns `null` on truncated JSON...
I want to provide special support based on the drive name, for example, add `json_support` switch in the PDO config different db JSON syntax will be different, sql may also...
Idea from https://github.com/tideways/php-xhprof-extension/pull/92 --- As the licensing is unknown, you need to download the class manually to src folder: ``` curl -o src/CachegrindConverter.php https://raw.githubusercontent.com/tideways/php-xhprof-extension/Cachegrind/support/src/CachegrindConverter.php ```
change value of parameter "w" from 0 to 1 in XHGui\Saver\MongoSaver.save,so that function will return clear tip when insert data to mongodb failed.
35dff59bdb96fe7a62c0476c7e611085ed7a7e91 removed Profile::getCallgraphNodes method, but it's referred from callgraphDataDot route: - https://github.com/perftools/xhgui/blob/4c2bca3879e28c9c43e5ff64ea89dc1eae5b0102/src/Controller/RunController.php#L365 @markstory can you dig up what is this? and what should be done with this now?
This could be a great tool, but it does not fit well in the current popular stack. 1. Ubuntu Server is now popular OS that we use as well. And...
Less burden on reviewers, less guess work on the contributing person (ergo me). Also automation in supporting IDEs with automatic fixing/adapting as needed. It looks like the current code looks...
This is a GUI project for XHProf and I see no image in README that shows how it looks. Isn't that strange?