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

A map-to-unordered_map instrumentation line in the object table. More...

#include <profiler_map_to_unordered_map.h>

Inheritance diagram for __gnu_profile::__map2umap_info:
Collaboration diagram for __gnu_profile::__map2umap_info:

Public Member Functions

 __map2umap_info (__stack_t __stack)
 
std::string __advice () const
 
bool __is_valid () const
 
float __magnitude () const
 
void __merge (const __map2umap_info &__o)
 
void __merge (const __object_info_base &__o)
 
void __record_erase (std::size_t __size, std::size_t __count)
 
void __record_find (std::size_t __size)
 
void __record_insert (std::size_t __size, std::size_t __count)
 
void __record_iterate (int __count)
 
void __set_invalid ()
 
void __set_iterate_costs ()
 
__stack_t __stack () const
 
void __write (FILE *__f) const
 

Protected Attributes

__stack_t _M_stack
 
bool _M_valid
 

Private Attributes

std::size_t _M_erase
 
std::size_t _M_find
 
std::size_t _M_insert
 
_Atomic_word _M_iterate
 
float _M_map_cost
 
float _M_umap_cost
 

Detailed Description

A map-to-unordered_map instrumentation line in the object table.

Constructor & Destructor Documentation

__gnu_profile::__map2umap_info::__map2umap_info ( __stack_t  __stack)
inline

Member Function Documentation

std::string __gnu_profile::__map2umap_info::__advice ( ) const
inline
bool __gnu_profile::__object_info_base::__is_valid ( ) const
inlineinherited
float __gnu_profile::__map2umap_info::__magnitude ( ) const
inline

References _M_map_cost, and _M_umap_cost.

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

References __gnu_profile::__object_info_base::__merge(), _M_erase, _M_find, _M_insert, _M_iterate, _M_map_cost, and _M_umap_cost.

Here is the call graph for this function:

void __gnu_profile::__object_info_base::__merge ( const __object_info_base __o)
inlineinherited
void __gnu_profile::__map2umap_info::__record_erase ( std::size_t  __size,
std::size_t  __count 
)
inline

References __gnu_profile::__map_erase_cost(), _GLIBCXX_PROFILE_DATA, _M_erase, _M_map_cost, and _M_umap_cost.

Referenced by __gnu_profile::__trace_map_to_unordered_map_erase().

Here is the call graph for this function:

Here is the caller graph for this function:

void __gnu_profile::__map2umap_info::__record_find ( std::size_t  __size)
inline

References __gnu_profile::__map_find_cost(), _GLIBCXX_PROFILE_DATA, _M_find, _M_map_cost, and _M_umap_cost.

Referenced by __gnu_profile::__trace_map_to_unordered_map_find().

Here is the call graph for this function:

Here is the caller graph for this function:

void __gnu_profile::__map2umap_info::__record_insert ( std::size_t  __size,
std::size_t  __count 
)
inline

References __gnu_profile::__map_insert_cost(), _GLIBCXX_PROFILE_DATA, _M_insert, _M_map_cost, and _M_umap_cost.

Referenced by __gnu_profile::__trace_map_to_unordered_map_insert().

Here is the call graph for this function:

Here is the caller graph for this function:

void __gnu_profile::__map2umap_info::__record_iterate ( int  __count)
inline

References _M_iterate.

Referenced by __gnu_profile::__trace_map_to_unordered_map_iterate().

Here is the caller graph for this function:

void __gnu_profile::__map2umap_info::__set_iterate_costs ( )
inline

References _GLIBCXX_PROFILE_DATA, _M_iterate, _M_map_cost, and _M_umap_cost.

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

Here is the caller graph for this function:

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

Member Data Documentation

std::size_t __gnu_profile::__map2umap_info::_M_erase
private

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

std::size_t __gnu_profile::__map2umap_info::_M_find
private

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

std::size_t __gnu_profile::__map2umap_info::_M_insert
private

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

_Atomic_word __gnu_profile::__map2umap_info::_M_iterate
mutableprivate
float __gnu_profile::__map2umap_info::_M_map_cost
private
__stack_t __gnu_profile::__object_info_base::_M_stack
protectedinherited
float __gnu_profile::__map2umap_info::_M_umap_cost
private

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