Skip to search formSkip to main contentSkip to account menu

Valgrind

Known as: Callgrind, Kcachegrind, Valgrind (disambiguation) 
Valgrind /ˈvælɡrɪnd/ is a programming tool for memory debugging, memory leak detection, and profiling. Valgrind was originally designed to be a free… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
Software-based fault isolation (SFI) is a technique to isolate a potentially faulty or malicious software module from the rest of… 
2016
2016
Detecting performance problems that infrequently occur can be very difficult with traditional profilers. Most profilers only show… 
2015
2015
Dynamic taint analysis has been widely used in software testing, debugging, vulnerability detection and other fields. A popular… 
2014
2014
PADRONE is new platform for dynamic binary analysis and optimization. It provides an API to help clients design and develop… 
2014
2014
To detect races precisely without false alarms, vector clock based race detectors can be applied if the overhead in time and… 
2014
2014
Profiling is of great assistance in understanding and optimizing applications' behavior. Today's profiling techniques help… 
2014
2014
Use of server virtualization for providing applications produces overloads that degrade the performance of provided systems. The… 
2013
2013
The E-Cell System is an advanced platform intended for mathematical modeling and simulation of well-stirred biochemical systems… 
2009
2009
Profiling tools relate measurements to code context such as function names in order to guide code optimization. For a more… 
2008
2008
Valgrind is a widely used framework for dynamic binary instrumentation and its mostly known by its memcheck tool. Valgrind's code…