Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kontact
Container application to unify several major PIM applications
https://github.com/kde/kontact
Last synced: 4 days ago
JSON representation
Container application to unify several major PIM applications
- Host: GitHub
- URL: https://github.com/kde/kontact
- Owner: KDE
- Created: 2016-08-30T08:44:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:22:36.000Z (24 days ago)
- Last Synced: 2024-10-21T16:33:47.510Z (24 days ago)
- Language: C++
- Homepage: https://invent.kde.org/pim/kontact
- Size: 14.8 MB
- Stars: 28
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme-build-ftime.txt
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# Analyzing Build Performance
For debug build time:
We need ClangBuildAnalyzer
`
git clone https://github.com/aras-p/ClangBuildAnalyzer
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX= ../
make install
`## Command line
cmake -preset ftime-trace
ClangBuildAnalyzer --start $PWD/build-ftime-trace
cmake --build --preset ftime-traceClangBuildAnalyzer --stop $PWD/build-ftime-trace build-ftime.txt
ClangBuildAnalyzer --analyze build-ftime.txt > analyze-build-ftime.txt
see https://aras-p.info/blog/2019/09/28/Clang-Build-Analyzer/