MCPcopy Create free account
hub / github.com/KDAB/hotspot / FrameGraphicsRootItem

Method FrameGraphicsRootItem

src/flamegraph.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114{
115public:
116 FrameGraphicsRootItem(const qint64 totalCost, Data::Costs::Unit unit, QString costName, const QString& label)
117 : FrameGraphicsItem(totalCost, {label, {}}, nullptr)
118 , m_costName(std::move(costName))
119 , m_unit(unit)
120 {
121 }
122
123 Data::Costs::Unit unit() const
124 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected