ThreadTracer
Thread Profiler
An inline profiler that measures wall time, CPU time and context switches for threads in C.
Lightweight inline profiler that measures wall-time, cpu-time and premptive context switches for threads.
72 stars
6 watching
3 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool for measuring performance and timing in C++ applications | 77 |
| | A graphical tool for profiling parallel programs in multiple programming languages. | 154 |
| | A utility for measuring execution time and profiling in Common Lisp code | 5 |
| | A profiling library and visualization toolset for C++ applications. | 8 |
| | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
| | A tool to measure time taken by specific code portions | 81 |
| | A performance analysis and instrumentation library for HPC programs | 354 |
| | A tool to measure compilation time of Swift projects. | 334 |
| | Provides methods to measure and report the time used to execute Swift code | 86 |
| | A lightweight C++ profiling library designed to minimize performance impact while providing detailed timing and counter data for multithreaded applications. | 31 |
| | An application that measures and displays the performance of CPU-intensive tasks on Windows. | 1,088 |
| | Converts profiling output to a format used by Chrome DevTools | 167 |
| | A system profiler and benchmark tool for Linux systems that gathers hardware and software information. | 775 |
| | A lightweight cross-platform profiler library for C++ that provides low overhead and accurate profiling capabilities. | 2,205 |
| | Analyzes code for multithreading-related issues to improve thread safety and prevent common pitfalls. | 30 |