Skip to content

Sugar Tideways Profiling driver for both Tideways API versions

License

Notifications You must be signed in to change notification settings

esimonetti/SugarTidewaysProfiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SugarTidewaysProfiling

Installation

  • Clone this repository and enter the cloned directory
  • Retrieve the Sugar Module Packager dependency by running: composer install
  • Generate the installable .zip Sugar module with: ./vendor/bin/package 0.1
  • Install the generated module into the instance
  • Configure the instance with the following settings:
$sugar_config['xhprof_config']['enable'] = true;
$sugar_config['xhprof_config']['manager'] = 'SugarTidewaysProf';
$sugar_config['xhprof_config']['log_to'] = '../profiling'; // configure path to a writable directory
$sugar_config['xhprof_config']['sample_rate'] = 1;
$sugar_config['xhprof_config']['flags'] = 0;

About

Sugar Tideways Profiling driver for both Tideways API versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages