access_profiler
Member variable profiler
A tool to measure access patterns of member variables in C++ programs at runtime.
a tool to count accesses to member variables in c++ programs
74 stars
7 watching
9 forks
Language: C++
last commit: almost 11 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
seanmiddleditch/yardstick | A profiling library and visualization toolset for C++ applications. | 8 |
r-lib/profvis | A tool for visualizing R profiling data | 305 |
devexperts/aprof | Tools to analyze memory allocation in Java applications with minimal performance impact | 220 |
polynominal/piefiller | A graphical profiler that collects performance data for Love2D applications and provides visual representation and customizable key bindings. | 23 |
patric-r/jvmtop | A lightweight console application for monitoring and profiling Java processes. | 1,229 |
srvm/cupti_profiler | A CUDA profiling library that allows developers to collect metrics and events from within CUDA applications. | 37 |
t-troebst/perfanno.nvim | A NeoVim plugin that adds profiling annotations to source code | 209 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 358 |
jonasmr/microprofile | A profiling tool for C++ applications | 1,465 |
r-kan/semile | Provides an integrated profiling framework for C and Python programs with minimal runtime overhead. | 92 |
yse/easy_profiler | A lightweight cross-platform profiler library for C++ that provides low overhead and accurate profiling capabilities. | 2,185 |
rib/gputop | A tool for analyzing GPU performance and metrics in real-time, providing graphical and machine-readable data for developers | 160 |
pocketwatchgames/pockettrace | A tool for measuring performance and timing in C++ applications | 77 |
jvm-profiling-tools/honest-profiler | A profiler designed to accurately capture CPU usage without introducing bias into the JVM's sampling mechanism | 1,250 |