Benchmark
Code profiler
Provides methods to measure and report the time used to execute Swift code
The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.
86 stars
5 watching
5 forks
Language: Swift
last commit: over 7 years ago
Linked from 1 awesome list
benchmarkcarthagecocoapodsswift
Related projects:
Repository | Description | Stars |
---|---|---|
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |
giginet/xcprofiler | A tool to measure compilation time of Swift projects. | 334 |
ringabout/timeit | Measures execution times of Nim code snippets | 35 |
woshiccm/pecker | Detects unused code in Swift projects by analyzing syntax and index store data | 1,456 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
tumblrarchive/swiftcompilationperformancereporter | Automates the process of identifying slow Swift compilation paths in specific targets and generating reports on their performance. | 146 |
worlddowntown/rangeseekslider | A customizable range slider control with adjustable properties and programmable values. | 755 |
jondot/react-native-slowlog | A high-performance timer that tracks big performance problems in React Native applications. | 376 |
r-kan/semile | Provides an integrated profiling framework for C and Python programs with minimal runtime overhead. | 92 |
becheran/roumon | A tool to monitor and analyze the performance of concurrent programs in real-time. | 187 |
worlddowntown/zoomtransitioning | A custom transition library with image zooming animation and edge-swipe functionality for iOS navigation | 671 |
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |
proxymanapp/codemirror-swift | A lightweight wrapper of CodeMirror for macOS and iOS development | 106 |
swiftstudies/duration | A package for measuring and reporting the time taken for operations in Swift | 325 |
boraseoksoon/throttler | Provides utility functions for throttling, debouncing, and delaying operations to manage asynchronous execution | 139 |