PHP7 性能测试工具 md_xhprof

码农软件 · 软件分类 · 性能测试和优化 · 2019-11-26 22:28:30

软件介绍

md_xhprof 是 PHP性能测试工具 xhprof 的升级版,与 PHP7 配合使用

#使用时需要设置环境变量
export USE_ZEND_DTRACE=1


安装

# 快速安装
curl -fsSL  https://raw.githubusercontent.com/midoks/md_xhprof/master/scripts/install.sh | sh


cd ~~/md_xhprof/src
$DIR/php/$PHP_VER/bin/phpize
./configure \
--with-php-config=~~/php7/bin/php-config --enable-debug
make && make install

使用方法及原因

调试

  • export USE_ZEND_ALLOC=0 #关闭内存管理

  • export USE_ZEND_DTRACE=1 #开启DTRACE调试

  • yum install valgrind

  • valgrind --leak-check=full php leak.php

  • php -dvld.active=1 leak.php

本文地址:https://codercto.com/soft/d/19870.html

C++ Concurrency in Action

C++ Concurrency in Action

Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99

HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具