Viewing File: /opt/alt/tests/alt-php84-pecl-xhprof-tideways_5.0.4-2.el8/tests/xhprof_008.phpt
--TEST--
xhprof: internal functions calling userland functions
--FILE--
<?php
include_once dirname(__FILE__).'/common.php';
tideways_xhprof_enable();
require_once __DIR__ . "/xhprof_008.inc";
$output = tideways_xhprof_disable();
print_canonical($output);
--EXPECTF--
array_map : ct= 1; wt=*;
array_map==>array_map@1 : ct= 1; wt=*;
array_map@1==>double : ct= 10; wt=*;
main() : ct= 1; wt=*;
range : ct= 1; wt=*;
range==>range@1 : ct= 1; wt=*;
tideways_xhprof_disable : ct= 1; wt=*;
tideways_xhprof_disable==>tideways_xhprof_disable@1: ct= 1; wt=*;
Back to Directory
File Manager
<