blob: 37c34a5189bc1f3147dd65c95b1d7edb322da6a0 [file] [log] [blame]
Austin Schuh745610d2015-09-06 18:19:50 -07001Source: gperftools
2Priority: optional
3Maintainer: gperftools Contributors <google-perftools@googlegroups.com>
4Build-Depends: debhelper (>= 4.0.0), binutils
5Standards-Version: 3.6.1
6
7Package: libgperftools-dev
8Section: libdevel
9Architecture: any
10Depends: libgperftools0 (= ${Source-Version})
11Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
12 The gperftools package contains some utilities to improve and
13 analyze the performance of C++ programs. This includes an optimized
14 thread-caching malloc() and cpu and heap profiling utilities. The
15 devel package contains static and debug libraries and header files
16 for developing applications that use the gperftools package.
17
18Package: libgperftools0
19Section: libs
20Architecture: any
21Depends: ${shlibs:Depends}
22Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
23 The gperftools package contains some utilities to improve and
24 analyze the performance of C++ programs. This includes an optimized
25 thread-caching malloc() and cpu and heap profiling utilities.