kcachegrind
costitem.h
Go to the documentation of this file.
virtual QString costString(EventTypeSet *)
Returns text of all cost metrics.
Definition: costitem.cpp:48
QString prettySubCost(EventType *)
Returns a cost attribute converted to a string (with space after every 3 digits)
Definition: costitem.cpp:601
void setContext(ProfileContext *context)
Redefine the context after construction.
Definition: costitem.h:108
virtual QString costString(EventTypeSet *)
Returns text of all cost metrics.
Definition: costitem.cpp:545
virtual QString formattedName() const
A HTMLified version of name, can return empty string.
Definition: costitem.cpp:71
Base class for source contexts which event costs contained in a ProfileData instance, ie.
Definition: context.h:32
void setPosition(CostItem *p)
If this item is from a single profile data file, position points to a TracePart, otherwise to a Trace...
Definition: costitem.h:103
QString prettySubCostPerCall(EventType *t, int calls)
Definition: costitem.cpp:606
A Trace Part: All data read from a trace file, containing all costs that happened in a specified time...
Definition: tracedata.h:655
This class holds profiling data of multiple tracefiles generated with cachegrind on one command...
Definition: tracedata.h:1363
virtual QString prettyName() const
Similar to name, but prettyfied = more descriptive to humans.
Definition: costitem.cpp:65
void setDependant(CostItem *d)
Sets a dependant to be invalidated when this cost is invalidated.
Definition: costitem.h:95
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.