Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ProfInfos::IStackInfoProvider Class Referenceabstract

Interface to retrieve call stack information. More...

Collaboration diagram for Arcane::ProfInfos::IStackInfoProvider:

Public Member Functions

virtual Integer nbIndex () const =0
virtual intptr_t functionStartAddress (Int32 stack_index)=0
virtual void fillStack (Integer function_depth)=0
virtual void setFunc (Int32 func_index, Int32 stack_index)=0

Detailed Description

Interface to retrieve call stack information.

You must first call fillStack() before using the other methods.

Definition at line 75 of file ProfilingInfo.cc.

Constructor & Destructor Documentation

◆ ~IStackInfoProvider()

virtual Arcane::ProfInfos::IStackInfoProvider::~IStackInfoProvider ( )
inlinevirtual

Definition at line 79 of file ProfilingInfo.cc.


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