How to Install runlim in Ubuntu 18.04



Install runlim by entering the following commands in the terminal:

sudo apt update
sudo apt install runlim

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.

Homepage: http://fmv.jku.at/runlim/

Version: 1.10-4

Section: universe/utils