File: control

package info (click to toggle)
xhprof 0.9.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,344 kB
  • ctags: 676
  • sloc: php: 1,998; ansic: 1,086; makefile: 58
file content (20 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: xhprof
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), php5-dev (>= 5.2.0)
Standards-Version: 3.9.4
Homepage: http://pecl.php.net/package/xhprof

Package: php5-xhprof
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${php:Depends}
Description: Hierarchical Profiler for PHP5
 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.