Download List

Descripción del Proyecto

KCachegrind visualizes profiles of program runs in various ways, including a tree map and call graph visualization, and source and assembler annotation. It is designed to be fast and to provide a quick overview of very large programs, such as KDE applications. A source for profile data is Callgrind, a Valgrind plugin, which produces call graph and cache simulation events. While this can run unmodified binaries, the simulation slows down measuring. For other profile tools like OProfile, format converters are provided.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-04-02 06:22 Back to release list
0.9.11

Apoyo a la Valgrind 2.4.0 se añadió. Los comodines son totalmente compatibles con los patrones de nombre de la función en la línea de comandos. Cache-métricas de reutilización ahora son compatibles con el uso "- cacheuse = yes" y métricas "Sloss" para localizar el mal alineados / layed a estructuras de datos. Esto muestra la cantidad de desperdicio de ancho de banda de memoria de canal, ya que es la cantidad de datos que se cargan en la caché, pero en realidad nunca utilizó.
Tags: Callgrind, Minor feature enhancements
Support for Valgrind 2.4.0 was added. Wildcards are now fully supported in function name patterns on the command line. Cache-Reuse metrics are now supported by using "--cacheuse=yes" and metric "SLoss" to locate badly aligned/layed out data structures. This shows the wasted amount of memory channel bandwidth, as it is the amount of data which was loaded into cache but never actually used.

Project Resources