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-10-07 09:49
0.10.0

Esta versión fue portado a Valgrind 3.0.x. Esto significa el apoyo tanto para x86 y x86-64 aplicaciones.
Tags: Callgrind, Major feature enhancements
This version was ported to Valgrind 3.0.x. This
means support both for x86 and x86-64
applications.

2005-04-02 06:22
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.

2004-09-04 05:48
0.9.9

La llamada generación de la herramienta gráfica de perfiles y un simulador de caché para Valgrind fue renombrado a Callgrind. Ahora soporta Valgrind hasta la versión 2.2.0. Un nuevo - recoger-systime = Si la opción se añadió para la obtención de los tiempos pasados en las llamadas al sistema. - simular-cache = no se debe utilizar para poder cargar los datos en kcachegrind. De simulación de caché puede ser temporalmente desactivado Ir a la ejecución de las partes en el que se quería ninguna medida. Esto acelera estas partes casi a tiempo real.
Tags: Callgrind, Major feature enhancements
The call-graph generating profiling tool and cache
simulator for Valgrind was renamed to Callgrind. It
now supports Valgrind up to version 2.2.0. A new
--collect-systime=yes option was added for obtaining
the times spent in system calls. --simulate-cache=no
should be used to be able to load the data into
KCachegrind. Cache simulation can be temporarily
switched off to skip execution parts where no
measurement is wanted. This accelerates these parts
almost to real-time.

2004-04-29 03:33
0.4.5

Esta versión incluye el convertidor de scripts para OProfile, Perl y PHP. Se permite la conmutación entre los diseños de visualización múltiple. El gráfico de llamadas puede ser exportado como PNG. Visualización simultánea de los tipos 2, en caso de llamadas y visitas de anotación es posible. Hay correcciones de terminología y corrección de errores.
Tags: Minor feature enhancements
This release adds converter scripts for OProfile, Perl, and PHP. It allows switching between multiple visualization layouts. The call graph can be exported as a PNG. Simultaneous display of 2 event types in Call and Annotation views is possible. There are terminology corrections and bugfixes.

2003-09-09 07:46
0.4.3

Esta versión incluye una vista desensamblador anotado con información sobre el flujo (flechas salto), y una vista de gráfico interactivo convocatoria de la relación de llamada alrededor de la función activa actual.
Tags: Unstable, Major feature enhancements
This version includes an annotated disassembler view
with flow information (jump arrows), and an interactive
call graph view for the call relationship around the
current active function.

Project Resources