Skip to content

Instantly share code, notes, and snippets.

View ReSTARTR's full-sized avatar
:octocat:

Masaki Yoshida ReSTARTR

:octocat:
View GitHub Profile
@ReSTARTR
ReSTARTR / helloworld_controller.php
Created October 9, 2010 14:50
XHProf CustomPanel
<?php
class HelloworldController extends AppController
{
var $components = array(
'DebugKit.Toolbar' => array(
'xhprof' => array('configs' => array(
'XHPROF_ROOT' => '/var/vhosts/xhprof', // xhprof_lib,xhprof_htmlを含むディレクトリ
'XHPROF_SOURCE_NAME' => "helloworld", // 適当な値でOK。
'XHPROF_VIEWER_DOMAIN' => 'http://xhprof.localhost', // xhprofビューアのドメイン
'sortBy' => 'mu' // ソートキー。指定がない場合は'wt'の降順ソート。