From owner-freebsd-net@FreeBSD.ORG Thu Sep 9 22:30:20 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 983E21065694 for ; Thu, 9 Sep 2010 22:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC118FC08 for ; Thu, 9 Sep 2010 22:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o89MUKNZ014808 for ; Thu, 9 Sep 2010 22:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o89MUKPd014802; Thu, 9 Sep 2010 22:30:20 GMT (envelope-from gnats) Date: Thu, 9 Sep 2010 22:30:20 GMT Message-Id: <201009092230.o89MUKPd014802@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: kern/148322: commit references a PR X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 22:30:20 -0000 The following reply was made to PR kern/148322; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/148322: commit references a PR Date: Thu, 9 Sep 2010 22:28:07 +0000 (UTC) pgollucci 2010-09-09 22:28:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pecl-xhprof Makefile distinfo pkg-descr Log: XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. WWW: http://pecl.php.net/package/xhprof/ PR: ports/148322 Submitted by: Conor McDermottroe Revision Changes Path 1.4037 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/pecl-xhprof/Makefile (new) 1.1 +3 -0 ports/devel/pecl-xhprof/distinfo (new) 1.1 +9 -0 ports/devel/pecl-xhprof/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"