{"id":1077,"date":"2010-03-12T09:12:00","date_gmt":"2010-03-12T01:12:00","guid":{"rendered":"\/?p=1077"},"modified":"2010-03-12T09:12:00","modified_gmt":"2010-03-12T09:12:00","slug":"1077","status":"publish","type":"post","link":"https:\/\/blog.vimge.com\/archives\/php\/1077.html","title":{"rendered":"\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u4f7f\u7528php\u6027\u80fd\u6d4b\u8bd5\u5de5\u5177xhprof"},"content":{"rendered":"

       xhprof\u662ffacebook\u5f00\u6e90\u51fa\u6765\u7684\u4e00\u4e2aphp\u6027\u80fd\u6d4b\u8bd5\u5de5\u5177\uff0c\u4e5f\u53ef\u4ee5\u79f0\u4e4b\u4e3aprofile\u5de5\u5177\uff0c\u8fd9\u4e2a\u8bcd\u4e0d\u77e5\u9053\u600e\u4e48\u7ffb\u8bd1\u624d\u6bd4\u8f83\u8fbe\u610f\u3002\u8ddf\u4e4b\u524d\u4e00\u76f4\u4f7f\u7528\u7684xdebug\u76f8\u6bd4\uff0c\u6709\u5f88\u591a\u7c7b\u4f3c\u4e4b\u5904\u3002\u4ee5\u524d\u5bf9xdebug\u6709\u4e00\u4e9b\u8bb0\u5f55\u8fd8\u53ef\u4ee5\u4f9b\u53c2\u8003\uff0c\u4f46\u662f\u5b83\u7684\u7f3a\u70b9\u662f\u5bf9\u6027\u80fd\u5f71\u54cd\u592a\u5927\uff0c\u5373\u4fbf\u662f\u5f00\u542f\u4e86profiler_enable_trigger\u53c2\u6570\uff0c\u7528\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u4e5f\u662f\u60e8\u4e0d\u5fcd\u7779\uff0ccpu\u7acb\u523b\u5c31\u98d9\u5230high\u3002<\/p>\n

\u800cxhprof\u5c31\u663e\u5f97\u5f88\u8f7b\u91cf\uff0c\u662f\u5426\u8bb0\u5f55profile\u53ef\u4ee5\u7531\u7a0b\u5e8f\u63a7\u5236\uff0c\u56e0\u6b64\uff0c\u7528\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u4e5f\u5c31\u6210\u4e3a\u4e00\u79cd\u53ef\u80fd\u3002\u5728\u5b83\u7684\u6587\u6863\u4e0a\u53ef\u4ee5\u770b\u5230\u8fd9\u6837\u4e00\u79cd\u7528\u6cd5\uff1a<\/p>\n

\u4ee5\u4e07\u5206\u4e4b\u4e00\u7684\u51e0\u7387\u542f\u7528xhprof\uff0c\u5e73\u65f6\u6084\u6084\u7684\u4e0d\u6253\u67aa\u3002
PLAIN TEXT
PHP:
if (mt_rand(1, 10000) == 1) {
xhprof_enable(XHPROF_FLAGS_MEMORY);
$xhprof_on = true;
} <\/p>\n

\u5728\u7a0b\u5e8f\u7ed3\u5c3e\u5904\u8c03\u7528\u65b9\u6cd5\u4fdd\u5b58profile
PLAIN TEXT
PHP:
if ($xhprof_on) {
\/\/ stop profiler
$xhprof_data = xhprof_disable();<\/p>\n

\/\/ save $xhprof_data somewhere (say a central DB)

} <\/p>\n

\u4e5f\u53ef\u4ee5\u7528register_shutdown_function\u65b9\u6cd5\u6307\u5b9a\u5728\u7a0b\u5e8f\u7ed3\u675f\u65f6\u4fdd\u5b58xhprof\u4fe1\u606f\uff0c\u8fd9\u6837\u5c31\u514d\u53bb\u4e86\u7ed3\u5c3e\u5904\u5224\u65ad\uff0c\u7ed9\u4e2a\u6539\u5199\u7684\u4e0d\u5b8c\u6574\u4f8b\u5b50\uff1a
PLAIN TEXT
PHP:
if (mt_rand(1, 10000) == 1) {
xhprof_enable(XHPROF_FLAGS_MEMORY);
register_shutdown_function(create_funcion(”, "$xhprof_data = xhprof_disable(); save $xhprof_data;"));
} <\/p>\n

\u81f3\u4e8e\u65e5\u5fd7\uff0c\u6211\u6682\u65f6\u7528\u7684\u662f\u6700\u571f\u7684\u6587\u4ef6\u5f62\u5f0f\u4fdd\u5b58\uff0c\u5b9a\u671f\u6e05\u9664\u5373\u53ef\u3002<\/p>\n

BTW:xhprof\u751f\u6210\u7684\u56fe\u5f62\u65b9\u5f0fprofile\u771f\u662f\u9177\u6bd9\u4e86\uff0c\u54ea\u6bb5\u4ee3\u7801\u6210\u4e3a\u74f6\u9888\uff0c\u4e00\u76ee\u4e86\u7136\u3002<\/p>\n

\u5f15\u7528\uff1a<\/strong>http:\/\/www.ooso.net\/archives\/522<\/p>\n","protected":false},"excerpt":{"rendered":"

       xhprof\u662ffacebook\u5f00\u6e90\u51fa\u6765\u7684\u4e00\u4e2aphp\u6027\u80fd\u6d4b\u8bd5\u5de5\u5177\uff0c\u4e5f\u53ef\u4ee5\u79f0\u4e4b\u4e3aprofile\u5de5\u5177\uff0c\u8fd9\u4e2a\u8bcd\u4e0d\u77e5\u9053\u600e\u4e48\u7ffb\u8bd1\u624d\u6bd4\u8f83\u8fbe\u610f\u3002\u8ddf\u4e4b\u524d\u4e00\u76f4\u4f7f\u7528\u7684xdebug\u76f8\u6bd4\uff0c\u6709\u5f88\u591a\u7c7b\u4f3c\u4e4b\u5904\u3002\u4ee5\u524d\u5bf9xdebug\u6709\u4e00\u4e9b\u8bb0\u5f55\u8fd8\u53ef\u4ee5\u4f9b\u53c2\u8003\uff0c\u4f46\u662f\u5b83\u7684\u7f3a\u70b9\u662f\u5bf9\u6027\u80fd\u5f71\u54cd\u592a\u5927\uff0c\u5373\u4fbf\u662f\u5f00\u542f\u4e86profiler_enable_trigger\u53c2\u6570\uff0c\u7528\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u4e5f\u662f\u60e8\u4e0d\u5fcd\u7779\uff0ccpu\u7acb\u523b\u5c31\u98d9\u5230high\u3002<\/p>\n

\u800cxhprof\u5c31\u663e\u5f97\u5f88\u8f7b\u91cf\uff0c\u662f\u5426\u8bb0\u5f55profile\u53ef\u4ee5\u7531\u7a0b\u5e8f\u63a7\u5236\uff0c\u56e0\u6b64\uff0c\u7528\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u4e5f\u5c31\u6210\u4e3a\u4e00\u79cd\u53ef\u80fd\u3002\u5728\u5b83\u7684\u6587\u6863\u4e0a\u53ef\u4ee5\u770b\u5230\u8fd9\u6837\u4e00\u79cd\u7528\u6cd5\uff1a<\/p>\n

\u4ee5\u4e07\u5206\u4e4b\u4e00\u7684\u51e0<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[9],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/posts\/1077"}],"collection":[{"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/comments?post=1077"}],"version-history":[{"count":0,"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/posts\/1077\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/media?parent=1077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/categories?post=1077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.vimge.com\/wp-json\/wp\/v2\/tags?post=1077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}