project 3d_debugger
VR 3D Debugger
marcelovani/3d_debugger
VR 3D Debugger
- Friday, June 1, 2018
- by marcelovani
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- Shell
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 17 % Grown
3D Debugger
Requirements
-
PHP Xhprof, (*1)
- On Mac Os
- Using Brew i.e.
brew install homebrew/php/php55-xhprof
- Using Port
port install php55-xhprof
then port contents php55-xhprof
to show you where xhprof.so is located.
- Remember to enable it in php.ini:
[xhprof]
extension=[path]/xhprof.so
xhprof.output_dir="/tmp/xhprof"
-
Dot (http://www.graphviz.org/), (*2)
- On Mac OS:
brew install graphviz
Installation
- Run
composer create-project marcelovani/3d_debugger -s dev
- Follow the intallation steps from vendor/marcelovani/xhprof/INSTALL. Create config.php, set your DB credentials.
- Create a virtualhost and point to docroot vendor/marcelovani/xhprof/xhprof_html.
- Add xhprof to your code. See vendor/marcelovani/xhprof/examples/sample.php.