PocketTrace
profiler
A tool for measuring performance and timing in C++ applications
Intrusive Profiler for C++ (comes with viewer)
77 stars
4 watching
4 forks
Language: C
last commit: over 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 |
seanmiddleditch/yardstick | A profiling library and visualization toolset for C++ applications. | 8 |
samme/phaser-plugin-advanced-timing | Provides performance monitoring and debugging tools for Phaser 2/CE games. | 28 |
perfectcarl/play-profiler | A tool for measuring and visualizing performance in Java-based web applications | 5 |
pkg/profile | A simple Go package to enable profiling of application performance | 2,003 |
giginet/xcprofiler | A tool to measure compilation time of Swift projects. | 334 |
ringabout/timeit | Measures execution times of Nim code snippets | 35 |
emergetools/ettrace | A tool that measures the performance of iOS apps without relying on Xcode or Instruments | 560 |
stolk/threadtracer | An inline profiler that measures wall time, CPU time and context switches for threads in C. | 72 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,465 |
yse/easy_profiler | A lightweight cross-platform profiler library for C++ that provides low overhead and accurate profiling capabilities. | 2,185 |
r-kan/semile | Provides an integrated profiling framework for C and Python programs with minimal runtime overhead. | 92 |
temporal/tracer | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
raikiri/legitprofiler | A tool for rendering profiling data in an ImGui interface. | 223 |
arm-software/libgpucounters | A utility library providing access to performance counters on Arm GPUs. | 211 |