2012-02-04 00:07:36 +00:00
|
|
|
Source: gperftools
|
2007-03-22 03:00:33 +00:00
|
|
|
Priority: optional
|
2013-07-20 21:37:26 +00:00
|
|
|
Maintainer: gperftools Contributors <google-perftools@googlegroups.com>
|
2007-03-22 03:28:56 +00:00
|
|
|
Build-Depends: debhelper (>= 4.0.0), binutils
|
2007-03-22 03:00:33 +00:00
|
|
|
Standards-Version: 3.6.1
|
|
|
|
|
2012-02-04 00:07:36 +00:00
|
|
|
Package: libgperftools-dev
|
2007-03-22 03:00:33 +00:00
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
2012-02-04 00:07:36 +00:00
|
|
|
Depends: libgperftools0 (= ${Source-Version})
|
2007-03-22 03:00:33 +00:00
|
|
|
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
|
2012-02-04 00:07:36 +00:00
|
|
|
The gperftools package contains some utilities to improve and
|
2007-03-22 03:00:33 +00:00
|
|
|
analyze the performance of C++ programs. This includes an optimized
|
2007-03-22 03:28:56 +00:00
|
|
|
thread-caching malloc() and cpu and heap profiling utilities. The
|
2007-03-22 03:00:33 +00:00
|
|
|
devel package contains static and debug libraries and header files
|
2012-02-04 00:07:36 +00:00
|
|
|
for developing applications that use the gperftools package.
|
2007-03-22 03:00:33 +00:00
|
|
|
|
2012-02-04 00:07:36 +00:00
|
|
|
Package: libgperftools0
|
2007-03-22 03:00:33 +00:00
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}
|
|
|
|
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
|
2012-02-04 00:07:36 +00:00
|
|
|
The gperftools package contains some utilities to improve and
|
2007-03-22 03:00:33 +00:00
|
|
|
analyze the performance of C++ programs. This includes an optimized
|
2007-03-22 03:28:56 +00:00
|
|
|
thread-caching malloc() and cpu and heap profiling utilities.
|