cairo-trace
Cairo 2D vector graphics library performance utilities
Install
- All systems
-
curl cmd.cat/cairo-trace.sh
- Debian
-
apt-get install cairo-perf-utils
- Ubuntu
-
apt-get install cairo-perf-utils
- Alpine
-
apk add cairo
- Arch Linux
-
pacman -S cairo
- Kali Linux
-
apt-get install cairo-perf-utils
- CentOS
-
yum install cairo-tools
- Fedora
-
dnf install cairo-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cairo-perf-utils
- OS X
-
brew install cairo
- Raspbian
-
apt-get install cairo-perf-utils
- Dockerfile
- dockerfile.run/cairo-trace
- Docker
-
docker run cmd.cat/cairo-trace cairo-trace
powered by Commando
cairo-perf-utils
Cairo 2D vector graphics library performance utilities
Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. This package contains a set of utilities for capturing and replaying cairo execution traces using various backends, in order to be able to measure the performance of cairo for real-world applications in a reproducible way.
cairo-tools
A vector graphics library (development tools)
cairo
Cairo is a 2D graphics library designed to provide high-quality
display and print output. Currently supported output targets include the X Window System, OpenGL (via glitz), in-memory image buffers, and image files (PDF, PostScript, and SVG). Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension or OpenGL).