ClangBuildAnalyzer
Build analyzer
Analyze and visualize build processes using Clang's time tracing feature to identify performance bottlenecks
Clang build analysis tool using -ftime-trace
1k stars
24 watching
65 forks
Language: C++
last commit: 26 days ago
Linked from 1 awesome list
build-analysisclang
Related projects:
Repository | Description | Stars |
---|---|---|
joakim-brannstrom/dextool | A set of tooling plugins built on top of the LLVM/Clang compiler infrastructure to analyze and improve C/C++ code quality. | 101 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 493 |
seiginonakama/blockcanaryex | A library to help detect performance bottlenecks in Android apps by analyzing method execution and garbage collection during app blocks. | 2,172 |
barisione/clang-format-hooks | Applies a coding style with clang-format to new code added to an existing code base. | 203 |
s3team/vmhunt | An analysis tool for extracting and simplifying virtualized binary code | 174 |
adamralph/bullseye | A .NET library for running and managing target dependency graphs in build processes | 857 |
chshersh/dr-cabal | A tool to measure and analyze the build time of dependencies in Haskell projects | 74 |
macbre/analyze-css | Analyzes CSS code complexity and performance issues | 699 |
sasq64/autotidy | Tool for automating clang-tidy checks on C++ code | 68 |
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |
hasherezade/hollows_hunter | Analyzes running processes to detect and dump malicious code | 2,036 |
fare9/pba_analysis_tools | Custom C++ implementations of analysis tools from the book Practical Binary Analysis | 52 |
epickrram/grav | Tools for visualizing and analyzing application performance | 294 |
suse/clang-extract | A tool to extract code content from source files using the clang and LLVM infrastructure. | 14 |