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

A hash performance instrumentation line in the object table. More...

#include <profiler_hash_func.h>

Inheritance diagram for __gnu_profile::__hashfunc_info:
Collaboration diagram for __gnu_profile::__hashfunc_info:

Public Member Functions

 __hashfunc_info (__stack_t __stack)
 
std::string __advice () const
 
void __destruct (std::size_t __chain, std::size_t __accesses, std::size_t __hops)
 
bool __is_valid () const
 
float __magnitude () const
 
void __merge (const __hashfunc_info &__o)
 
void __merge (const __object_info_base &__o)
 
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_accesses
 
std::size_t _M_hops
 
std::size_t _M_longest_chain
 

Detailed Description

A hash performance instrumentation line in the object table.

Constructor & Destructor Documentation

__gnu_profile::__hashfunc_info::__hashfunc_info ( __stack_t  __stack)
inline

Member Function Documentation

std::string __gnu_profile::__hashfunc_info::__advice ( ) const
inline
void __gnu_profile::__hashfunc_info::__destruct ( std::size_t  __chain,
std::size_t  __accesses,
std::size_t  __hops 
)
inline

References _M_accesses, _M_hops, _M_longest_chain, and __gnu_parallel::max().

Referenced by __gnu_profile::__trace_hash_func::__destruct().

Here is the call graph for this function:

Here is the caller graph for this function:

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

References _M_hops.

void __gnu_profile::__hashfunc_info::__merge ( const __hashfunc_info __o)
inline

References __gnu_profile::__object_info_base::__merge(), _M_accesses, _M_hops, _M_longest_chain, and __gnu_parallel::max().

Here is the call graph for this function:

void __gnu_profile::__object_info_base::__merge ( const __object_info_base __o)
inlineinherited
__stack_t __gnu_profile::__object_info_base::__stack ( ) const
inlineinherited
void __gnu_profile::__hashfunc_info::__write ( FILE *  __f) const
inline

Member Data Documentation

std::size_t __gnu_profile::__hashfunc_info::_M_accesses
private

Referenced by __destruct(), __merge(), and __write().

std::size_t __gnu_profile::__hashfunc_info::_M_hops
private
std::size_t __gnu_profile::__hashfunc_info::_M_longest_chain
private

Referenced by __destruct(), __merge(), and __write().

__stack_t __gnu_profile::__object_info_base::_M_stack
protectedinherited

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