File: control

package info (click to toggle)
runlim 1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 161
  • sloc: ansic: 1,511; sh: 54; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 866 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
Source: runlim
Section: utils
Priority: extra
Maintainer: Thomas Krennwallner <tkren@kr.tuwien.ac.at>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/runlim.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/runlim.git
Homepage: http://fmv.jku.at/runlim/
Testsuite: autopkgtest

Package: runlim
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for sampling time and memory usage
 This package contains runlim, a tool for sampling time and memory
 usage of a program and its children using the proc file system of
 Linux. Time and space limits are also supported. It is very helpful
 for benchmarking and running competitions. It also supports limits on
 wall clock time and thus can control runs of multi-threaded programs
 on multi-core machines as well.