|
| TracePartFunction (TraceFunction *, TracePartObject *, TracePartFile *) |
|
virtual | ~TracePartFunction () |
|
void | addPartCaller (TracePartCall *) |
|
void | addPartCalling (TracePartCall *) |
|
void | addPartInstr (TracePartInstr *) |
|
void | addPartLine (TracePartLine *) |
|
int | calledContexts () |
|
SubCost | calledCount () |
|
int | callingContexts () |
|
SubCost | callingCount () |
|
virtual QString | costString (EventTypeSet *m) |
|
FixCost * | firstFixCost () const |
|
FixJump * | firstFixJump () const |
|
TraceFunction * | function () |
|
const TracePartCallList & | partCallers () |
|
const TracePartCallList & | partCallings () |
|
TracePartClass * | partClass () |
|
TracePartFile * | partFile () |
|
TracePartObject * | partObject () |
|
QString | prettyCalledCount () |
|
QString | prettyCallingCount () |
|
FixCost * | setFirstFixCost (FixCost *fc) |
|
FixJump * | setFirstFixJump (FixJump *fj) |
|
void | setPartClass (TracePartClass *c) |
|
void | setPartFile (TracePartFile *f) |
|
void | setPartObject (TracePartObject *o) |
|
virtual void | update () |
|
| TraceInclusiveCost (ProfileContext *) |
|
virtual | ~TraceInclusiveCost () |
|
void | addInclusive (ProfileCostArray *) |
|
virtual void | clear () |
|
ProfileCostArray * | inclusive () |
|
| ProfileCostArray (ProfileContext *) |
|
| ProfileCostArray () |
|
virtual | ~ProfileCostArray () |
|
void | addCost (EventTypeMapping *, const char *) |
|
void | addCost (EventTypeMapping *, FixString &) |
|
void | addCost (ProfileCostArray *item) |
|
void | addCost (int index, SubCost value) |
|
ProfileCostArray | diff (ProfileCostArray *item) |
|
virtual void | invalidate () |
|
void | maxCost (EventTypeMapping *, FixString &) |
|
void | maxCost (ProfileCostArray *item) |
|
void | maxCost (int index, SubCost value) |
|
QString | prettySubCost (EventType *) |
|
QString | prettySubCostPerCall (EventType *t, uint64 calls) |
|
void | reserve (int) |
|
void | set (EventTypeMapping *, const char *) |
|
void | set (EventTypeMapping *, FixString &) |
|
SubCost | subCost (EventType *) |
|
| CostItem (ProfileContext *) |
|
virtual | ~CostItem () |
|
ProfileContext * | context () const |
|
virtual TraceData * | data () |
|
virtual const TraceData * | data () const |
|
CostItem * | dependant () |
|
virtual QString | formattedName () const |
|
QString | fullName () const |
|
virtual QString | name () const |
|
virtual TracePart * | part () |
|
virtual const TracePart * | part () const |
|
virtual QString | prettyName () const |
|
void | setContext (ProfileContext *context) |
|
void | setDependant (CostItem *d) |
|
void | setPosition (CostItem *p) |
|
QString | toString () |
|
ProfileContext::Type | type () const |
|
Cost of a function, from a single trace file.
Definition at line 543 of file tracedata.h.