kcachegrind
#include <tracedata.h>

Additional Inherited Members | |
  Static Public Attributes inherited from ProfileCostArray | |
| static const int | InvalidIndex = -1 | 
| static const int | MaxRealIndex = MaxRealIndexValue | 
  Protected Member Functions inherited from TraceListCost | |
| virtual bool | onlyActiveParts () | 
  Protected Attributes inherited from TraceListCost | |
| TraceCostList | _deps | 
  Protected Attributes inherited from CostItem | |
| ProfileContext * | _context | 
| CostItem * | _dep | 
| bool | _dirty | 
| CostItem * | _position | 
Detailed Description
A Trace Part: All data read from a trace file, containing all costs that happened in a specified time interval of the executed command.
Definition at line 655 of file tracedata.h.
Constructor & Destructor Documentation
| TracePart::TracePart | ( | TraceData * | data | ) | 
Definition at line 2977 of file tracedata.cpp.
      
  | 
  virtual | 
Definition at line 2991 of file tracedata.cpp.
Member Function Documentation
| bool TracePart::activate | ( | bool | active | ) | 
Definition at line 3036 of file tracedata.cpp.
      
  | 
  inline | 
Definition at line 668 of file tracedata.h.
      
  | 
  inline | 
Definition at line 686 of file tracedata.h.
      
  | 
  inline | 
Definition at line 690 of file tracedata.h.
      
  | 
  inlinevirtual | 
- Returns
 - Name of the file this part was loaded from
 
Reimplemented from CostItem.
Definition at line 667 of file tracedata.h.
| bool TracePart::operator< | ( | const TracePart & | p2 | ) | const | 
Definition at line 3048 of file tracedata.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from CostItem.
Definition at line 661 of file tracedata.h.
      
  | 
  inlinevirtual | 
Reimplemented from CostItem.
Definition at line 662 of file tracedata.h.
      
  | 
  inline | 
Definition at line 672 of file tracedata.h.
      
  | 
  virtual | 
Similar to name, but prettyfied = more descriptive to humans.
Reimplemented from CostItem.
Definition at line 3025 of file tracedata.cpp.
      
  | 
  inline | 
Definition at line 674 of file tracedata.h.
      
  | 
  inline | 
Definition at line 675 of file tracedata.h.
      
  | 
  inline | 
Definition at line 685 of file tracedata.h.
      
  | 
  inline | 
Definition at line 679 of file tracedata.h.
| void TracePart::setPartNumber | ( | int | n | ) | 
Definition at line 2996 of file tracedata.cpp.
| void TracePart::setProcessID | ( | int | p | ) | 
Definition at line 3008 of file tracedata.cpp.
| void TracePart::setThreadID | ( | int | t | ) | 
Definition at line 3002 of file tracedata.cpp.
      
  | 
  inline | 
Definition at line 677 of file tracedata.h.
      
  | 
  inline | 
Definition at line 676 of file tracedata.h.
      
  | 
  inline | 
Definition at line 678 of file tracedata.h.
| QString TracePart::shortName | ( | ) | const | 
Definition at line 3016 of file tracedata.cpp.
      
  | 
  inline | 
Definition at line 673 of file tracedata.h.
      
  | 
  inline | 
Definition at line 670 of file tracedata.h.
      
  | 
  inline | 
Definition at line 683 of file tracedata.h.
      
  | 
  inline | 
Definition at line 669 of file tracedata.h.
      
  | 
  inline | 
Definition at line 671 of file tracedata.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:51 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