Orbit is a Google’s C/C++ profiler.
Building
Install Qt:
sudo apt update && sudo DEBIAN_FRONTEND=noninteractive apt -y install "libqt5*-dev" "qt*5-dev"
For the script below to finish its work, we have to add path where conan will be installed into PATH:
Build:
| repo$ ./bootstrap-orbit.sh --dont-compilesd
repo$ ./build.sh clang12_relwithdebinfo
|
Using
| sudo $HOME/devel/orbit/build_clang12_relwithdebinfo/bin/OrbitService
$HOME/devel/orbit/build_clang12_relwithdebinfo/bin/Orbit --local
|