DTrace vs Kcachegrind
A side-by-side look at DTrace and Kcachegrind. For an in-depth review of either product, follow the links below.
DTrace
Os & Utilities
DTrace is a dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time. It allows administrators, developers, and service personnel to concisely answer arbitrary questions about the behavior of the operating system and user programs.
tracingtroubleshootingdebugging
Kcachegrind
Development
Kcachegrind is a visualization tool for profiling data generated by various profilers, such as Callgrind. It allows analyzing where a program spends its time, both in CPU usage and memory allocation. It is useful for performance optimization.
visualizationprofilingperformanceoptimization
Related Comparisons
strace
Valgrind
ltrace
ftrace
JTracer
Profiling Viewer