marcelovani/3d_debugger

VR 3D Debugger

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:Shell

Type:project

dev-master 2018-06-01 13:49 UTC

This package is auto-updated.

Last update: 2020-01-06 01:42:00 UTC


README

Requirements

  • PHP Xhprof

    • 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/)

    • 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.