How to Install and Uninstall threadscope Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "threadscope" package

This is a short guide on how to install threadscope on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install threadscope

2. Uninstall "threadscope" package

Please follow the guidelines below to uninstall threadscope on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove threadscope $ sudo apt autoclean && sudo apt autoremove

3. Information about the threadscope package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: threadscope
Priority: extra
Section: universe/haskell
Installed-Size: 7847
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.2.6-5
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo2 (>= 1.10.0), libffi6 (>= 3.0.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgmp10, libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4)
Filename: pool/universe/t/threadscope/threadscope_0.2.6-5_amd64.deb
Size: 1097768
MD5sum: cc7f9171e59febe43720990471bc3aed
SHA1: 444ed99546bfd3ded9ccb45acb36eebaeeef7442
SHA256: 9a04fc4f42d22c951f434ee6f264ae6ce486bb3243021e4e38b8ca0f76bbb8b9
Description-en: graphical thread profiler for Haskell programs
Threadscope is a graphical thread profiler for Haskell programs.
It parses and displays the content of .eventlog files emitted by the
GHC 6.12.1 and later runtimes, showing a timeline of spark creation,
spark-to-thread promotions and garbage collections.
.
This helps debugging the parallel performance of Haskell programs,
making easier to check that work is well balanced across the available
processors and spot performance issues relating to garbage collection
or poor load balancing.
Description-md5: 215e0c066c6e55e7ba18313026100868
Homepage: http://hackage.haskell.org/package/threadscope
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu