GNU g++  v5.2.1
GNU Standard C++
__gnu_profile::__list2slist_info Class Reference

#include <profiler_list_to_slist.h>

Inheritance diagram for __gnu_profile::__list2slist_info:
Collaboration diagram for __gnu_profile::__list2slist_info:

Public Member Functions

 __list2slist_info (__stack_t __stack)
 
std::string __advice () const
 
bool __has_rewind ()
 
bool __is_valid () const
 
float __magnitude () const
 
void __merge (const __object_info_base &__o)
 
void __opr_rewind ()
 
void __record_operation ()
 
void __set_invalid ()
 
__stack_t __stack () const
 
void __write (FILE *__f) const
 

Protected Attributes

__stack_t _M_stack
 
bool _M_valid
 

Private Attributes

std::size_t _M_operations
 
bool _M_rewind
 

Constructor & Destructor Documentation

__gnu_profile::__list2slist_info::__list2slist_info ( __stack_t  __stack)
inline

Member Function Documentation

std::string __gnu_profile::__list2slist_info::__advice ( ) const
inline
bool __gnu_profile::__list2slist_info::__has_rewind ( )
inline

References _M_rewind.

bool __gnu_profile::__object_info_base::__is_valid ( ) const
inlineinherited
float __gnu_profile::__list2slist_info::__magnitude ( ) const
inline

References _M_operations, and _M_rewind.

void __gnu_profile::__list2slist_info::__opr_rewind ( )
inline

References __gnu_profile::__object_info_base::__set_invalid(), and _M_rewind.

Referenced by __gnu_profile::__trace_list_to_slist_rewind().

Here is the call graph for this function:

Here is the caller graph for this function:

void __gnu_profile::__list2slist_info::__record_operation ( )
inline

References _M_operations.

Referenced by __gnu_profile::__trace_list_to_slist_operation().

Here is the caller graph for this function:

void __gnu_profile::__object_info_base::__set_invalid ( )
inlineinherited
__stack_t __gnu_profile::__object_info_base::__stack ( ) const
inlineinherited
void __gnu_profile::__list2slist_info::__write ( FILE *  __f) const
inline

References _M_rewind.

Member Data Documentation

std::size_t __gnu_profile::__list2slist_info::_M_operations
private

Referenced by __magnitude(), and __record_operation().

bool __gnu_profile::__list2slist_info::_M_rewind
private
__stack_t __gnu_profile::__object_info_base::_M_stack
protectedinherited

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