File: Mainpage.dox

package info (click to toggle)
kcachegrind 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,964 kB
  • sloc: cpp: 32,149; xml: 403; perl: 325; python: 235; sh: 8; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @mainpage KCachegrind
*
* KCachegrind is a browser for data produced by profiling tools.
*
* KCachegrind features various visualization views for a selected function, namely 
*     - a call-graph view, which shows a section of the call graph around the
*       selected function,
*     - a tree-map view, which allows nested-call relations to be visualized,
*       together with inclusive cost metric for fast visual detection of
*       problematic functions,
*     - source code and disassembler annotation views, allowing to see details of
*       cost related to source lines and assembler instructions.
*
* KCachegrind is part of the KDE SDK package, and it is released at the same time as
* the rest of KDE SDK and KDE.
*/