/var/www/vhosts/nabawater/vendor/cebe/markdown/tests
Edit: /var/www/vhosts/nabawater/vendor/cebe/markdown/tests/profile.php (925B)
parse($markdown);
}
$xhprof_data = xhprof_disable();
$XHPROF_ROOT = __DIR__ . '/../vendor/facebook/xhprof/';
include_once $XHPROF_ROOT . '/xhprof_lib/utils/xhprof_lib.php';
include_once $XHPROF_ROOT . '/xhprof_lib/utils/xhprof_runs.php';
$xhprof_runs = new XHProfRuns_Default();
$run_id = $xhprof_runs->save_run($xhprof_data, "xhprof_testing");
echo "http://localhost/xhprof/xhprof_html/index.php?run={$run_id}&source=xhprof_testing\n";