kcachegrind
#include <callgraphview.h>

Additional Inherited Members | |
Public Types inherited from GraphOptions | |
| enum | Layout { TopDown, LeftRight, Circular } |
Static Public Member Functions inherited from GraphOptions | |
| static Layout | layout (QString) |
| static QString | layoutString (Layout) |
Protected Attributes inherited from StorableGraphOptions | |
| double | _callLimit |
| bool | _clusterGroups |
| int | _detailLevel |
| bool | _expandCycles |
| double | _funcLimit |
| Layout | _layout |
| int | _maxCalleeDepth |
| int | _maxCallerDepth |
| bool | _showSkipped |
Detailed Description
Generates a graph file for "dot" Create an instance and
Definition at line 298 of file callgraphview.h.
Constructor & Destructor Documentation
| GraphExporter::GraphExporter | ( | ) |
Definition at line 530 of file callgraphview.cpp.
| GraphExporter::GraphExporter | ( | TraceData * | d, |
| TraceFunction * | f, | ||
| EventType * | ct, | ||
| ProfileContext::Type | gt, | ||
| QString | filename = QString() |
||
| ) |
Definition at line 538 of file callgraphview.cpp.
|
virtual |
Definition at line 548 of file callgraphview.cpp.
Member Function Documentation
| void GraphExporter::createGraph | ( | ) |
Definition at line 611 of file callgraphview.cpp.
| GraphEdge * GraphExporter::edge | ( | TraceFunction * | f1, |
| TraceFunction * | f2 | ||
| ) |
Definition at line 935 of file callgraphview.cpp.
|
inline |
Definition at line 316 of file callgraphview.h.
|
inline |
Definition at line 311 of file callgraphview.h.
| GraphNode * GraphExporter::node | ( | TraceFunction * | f | ) |
Definition at line 923 of file callgraphview.cpp.
|
inline |
Definition at line 321 of file callgraphview.h.
| void GraphExporter::reset | ( | TraceData * | , |
| CostItem * | i, | ||
| EventType * | ct, | ||
| ProfileContext::Type | gt, | ||
| QString | filename = QString() |
||
| ) |
Definition at line 559 of file callgraphview.cpp.
| void GraphExporter::setGraphOptions | ( | GraphOptions * | go = 0 | ) |
Definition at line 604 of file callgraphview.cpp.
| void GraphExporter::sortEdges | ( | ) |
Definition at line 902 of file callgraphview.cpp.
| TraceFunction * GraphExporter::toFunc | ( | QString | s | ) |
Definition at line 911 of file callgraphview.cpp.
| void GraphExporter::writeDot | ( | QIODevice * | device = 0 | ) |
Definition at line 661 of file callgraphview.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from