File: control

package info (click to toggle)
python3-profiler 3.1.3-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 88 kB
  • ctags: 113
  • sloc: python: 893; makefile: 47; sh: 16
file content (23 lines) | stat: -rw-r--r-- 899 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
Source: python3-profiler
Section: non-free/python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5.0.37.2)
XS-Python-Version: >= 3.1, << 3.2
Standards-Version: 3.9.1

Package: python3-profiler
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python3-doc
XB-Python-Version: ${python:Versions}
Description: deterministic profiling of any Python programs (Python 3.x)
 A profiler is a program that describes the run time performance of a
 program, providing a variety of statistics.  This profiler provides
 deterministic profiling of any Python programs.  It also provides a
 series of report generation tools to allow users to rapidly examine
 the results of a profile operation.
 .
 This package contains the modules 'profile' and 'pstats' from the
 standard library. They were move to a non-free package because of
 its license.