gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::statistics::UnaryNode< Op > Class Template Reference

#include <statistics.hh>

Inheritance diagram for gem5::statistics::UnaryNode< Op >:
gem5::statistics::Node

Public Member Functions

 UnaryNode (NodePtr &p)
const VResultresult () const
 Return the result vector of this subtree.
Result total () const
 Return the total of the result vector.
size_type size () const
 Return the number of nodes in the subtree starting at this node.
std::string str () const
Public Member Functions inherited from gem5::statistics::Node
virtual ~Node ()

Public Attributes

NodePtr l
VResult vresult

Detailed Description

template<class Op>
class gem5::statistics::UnaryNode< Op >

Definition at line 1721 of file statistics.hh.

Constructor & Destructor Documentation

◆ UnaryNode()

template<class Op>
gem5::statistics::UnaryNode< Op >::UnaryNode ( NodePtr & p)
inline

Definition at line 1728 of file statistics.hh.

References l, and gem5::MipsISA::p.

Member Function Documentation

◆ result()

template<class Op>
const VResult & gem5::statistics::UnaryNode< Op >::result ( ) const
inlinevirtual

Return the result vector of this subtree.

Returns
The result vector of this subtree.

Implements gem5::statistics::Node.

Definition at line 1731 of file statistics.hh.

References gem5::ArmISA::i, l, gem5::X86ISA::op, size(), and vresult.

Referenced by total().

◆ size()

template<class Op>
size_type gem5::statistics::UnaryNode< Op >::size ( ) const
inlinevirtual

Return the number of nodes in the subtree starting at this node.

Returns
the number of nodes in this subtree.

Implements gem5::statistics::Node.

Definition at line 1756 of file statistics.hh.

References l.

Referenced by result(), and total().

◆ str()

template<class Op>
std::string gem5::statistics::UnaryNode< Op >::str ( ) const
inlinevirtual

Implements gem5::statistics::Node.

Definition at line 1759 of file statistics.hh.

References l.

◆ total()

template<class Op>
Result gem5::statistics::UnaryNode< Op >::total ( ) const
inlinevirtual

Return the total of the result vector.

Returns
The total of the result vector.

Implements gem5::statistics::Node.

Definition at line 1747 of file statistics.hh.

References gem5::ArmISA::i, result(), size(), total(), and gem5::PowerISA::vec.

Referenced by total().

Member Data Documentation

◆ l

template<class Op>
NodePtr gem5::statistics::UnaryNode< Op >::l

Definition at line 1724 of file statistics.hh.

Referenced by result(), size(), str(), and UnaryNode().

◆ vresult

template<class Op>
VResult gem5::statistics::UnaryNode< Op >::vresult
mutable

Definition at line 1725 of file statistics.hh.

Referenced by result().


The documentation for this class was generated from the following file:

Generated on Sat Oct 18 2025 08:07:03 for gem5 by doxygen 1.14.0