xcprofiler
Compiler profiler
A tool to measure compilation time of Swift projects.
CLI to profile compilation time of Swift project
334 stars
8 watching
13 forks
Language: Ruby
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
worlddowntown/benchmark | Provides methods to measure and report the time used to execute Swift code | 86 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,465 |
pocketwatchgames/pockettrace | A tool for measuring performance and timing in C++ applications | 77 |
seanmiddleditch/yardstick | A profiling library and visualization toolset for C++ applications. | 8 |
xmartlabs/xniffer | A non-intrusive framework for intercepting and profiling outgoing network requests | 503 |
tumblrarchive/swiftcompilationperformancereporter | Automates the process of identifying slow Swift compilation paths in specific targets and generating reports on their performance. | 146 |
maxm65dia/vscode-go-prof | An extension for VS Code that provides benchmark profiling support for the Go language | 7 |
parroty/exprof | A tool to profile and analyze Elixir code execution time | 179 |
nikic/sample_prof | A sampling profiler for PHP that provides line-level resolution and accurate measurements of code execution time. | 59 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 358 |
becheran/roumon | A tool to monitor and analyze the performance of concurrent programs in real-time. | 187 |
temporal/tracer | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |