File: control

package info (click to toggle)
tideways 4.0.7-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 604 kB
  • ctags: 449
  • sloc: ansic: 3,429; php: 373; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: tideways
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Martin Meredith <mez@debian.org>,
           Lior Kaplan <kaplan@debian.org>,
           Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9~),
               dh-php (>= 0.15~),
               php-all-dev
Standards-Version: 3.9.8
Homepage: https://tideways.io/

Package: php-tideways
Architecture: any
Depends: ucf,
         ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Provides: ${php:Provides}
Description: Tideways PHP Profiler Extension
 The Profiler extension contains functions for finding performance
 bottlenecks in PHP code.  The extension is one core piece of
 functionality for the Tideways Profiler Platform.  It solves the
 problem of efficiently collecting, aggregating and analyzing the
 profiling data when running a Profiler in production.