control 1.1 KB

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