├── .travis.yml ├── README.md ├── README_zh-cn.md ├── config.m4 ├── diff ├── 7.0.0RC1-enable-121602.out ├── 7.0.0RC1-enable-122151.out ├── 7.0.0RC1-sample-121702.out ├── 7.0.0RC1-sample-122257.out ├── enable.php ├── lib.php └── sample.php ├── php_phpng_xhprof.h ├── phpng_xhprof.c └── tests ├── common.php ├── xhprof_001.phpt ├── xhprof_002.phpt ├── xhprof_003.phpt ├── xhprof_004.phpt ├── xhprof_004_inc.php ├── xhprof_004_require.php ├── xhprof_005.phpt ├── xhprof_006.phpt ├── xhprof_007.phpt ├── xhprof_008.phpt ├── xhprof_009.phpt ├── xhprof_010.phpt ├── xhprof_010_append.php ├── xhprof_011.phpt ├── xhprof_011_prepend.php └── xhprof_012.phpt /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/README.md -------------------------------------------------------------------------------- /README_zh-cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/README_zh-cn.md -------------------------------------------------------------------------------- /config.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/config.m4 -------------------------------------------------------------------------------- /diff/7.0.0RC1-enable-121602.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/7.0.0RC1-enable-121602.out -------------------------------------------------------------------------------- /diff/7.0.0RC1-enable-122151.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/7.0.0RC1-enable-122151.out -------------------------------------------------------------------------------- /diff/7.0.0RC1-sample-121702.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/7.0.0RC1-sample-121702.out -------------------------------------------------------------------------------- /diff/7.0.0RC1-sample-122257.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/7.0.0RC1-sample-122257.out -------------------------------------------------------------------------------- /diff/enable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/enable.php -------------------------------------------------------------------------------- /diff/lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/lib.php -------------------------------------------------------------------------------- /diff/sample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/diff/sample.php -------------------------------------------------------------------------------- /php_phpng_xhprof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/php_phpng_xhprof.h -------------------------------------------------------------------------------- /phpng_xhprof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/phpng_xhprof.c -------------------------------------------------------------------------------- /tests/common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/common.php -------------------------------------------------------------------------------- /tests/xhprof_001.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_001.phpt -------------------------------------------------------------------------------- /tests/xhprof_002.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_002.phpt -------------------------------------------------------------------------------- /tests/xhprof_003.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_003.phpt -------------------------------------------------------------------------------- /tests/xhprof_004.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_004.phpt -------------------------------------------------------------------------------- /tests/xhprof_004_inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_004_inc.php -------------------------------------------------------------------------------- /tests/xhprof_004_require.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_004_require.php -------------------------------------------------------------------------------- /tests/xhprof_005.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_005.phpt -------------------------------------------------------------------------------- /tests/xhprof_006.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_006.phpt -------------------------------------------------------------------------------- /tests/xhprof_007.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_007.phpt -------------------------------------------------------------------------------- /tests/xhprof_008.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_008.phpt -------------------------------------------------------------------------------- /tests/xhprof_009.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_009.phpt -------------------------------------------------------------------------------- /tests/xhprof_010.phpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoguais/phpng-xhprof/HEAD/tests/xhprof_010.phpt -------------------------------------------------------------------------------- /tests/xhprof_010_append.php: -------------------------------------------------------------------------------- 1 |