Provided by: libstdc++-9-doc_9.5.0-4ubuntu2_all
NAME
__gnu_profile::__hashfunc_stack_info - A hash performance instrumentation line in the stack table.
SYNOPSIS
#include <profiler_hash_func.h> Inherits __gnu_profile::__hashfunc_info. Public Member Functions __hashfunc_stack_info (const __hashfunc_info &__o) 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
Detailed Description
A hash performance instrumentation line in the stack table. Definition at line 86 of file profiler_hash_func.h.
Constructor & Destructor Documentation
__gnu_profile::__hashfunc_stack_info::__hashfunc_stack_info (const __hashfunc_info & __o) [inline] Definition at line 90 of file profiler_hash_func.h.
Member Function Documentation
std::string __gnu_profile::__hashfunc_info::__advice () const [inline], [inherited] Definition at line 76 of file profiler_hash_func.h. void __gnu_profile::__hashfunc_info::__destruct (std::size_t __chain, std::size_t __accesses, std::size_t __hops) [inline], [inherited] Definition at line 58 of file profiler_hash_func.h. bool __gnu_profile::__object_info_base::__is_valid () const [inline], [inherited] Definition at line 134 of file profiler_node.h. float __gnu_profile::__hashfunc_info::__magnitude () const [inline], [inherited] Definition at line 72 of file profiler_hash_func.h. void __gnu_profile::__hashfunc_info::__merge (const __hashfunc_info & __o) [inline], [inherited] Definition at line 49 of file profiler_hash_func.h. void __gnu_profile::__object_info_base::__merge (const __object_info_base & __o) [inline], [inherited] Definition at line 142 of file profiler_node.h. void __gnu_profile::__object_info_base::__set_invalid () [inline], [inherited] Definition at line 138 of file profiler_node.h. __stack_t __gnu_profile::__object_info_base::__stack () const [inline], [inherited] Definition at line 146 of file profiler_node.h. void __gnu_profile::__hashfunc_info::__write (FILE * __f) const [inline], [inherited] Definition at line 67 of file profiler_hash_func.h.
Member Data Documentation
__stack_t __gnu_profile::__object_info_base::_M_stack [protected], [inherited] Definition at line 150 of file profiler_node.h. bool __gnu_profile::__object_info_base::_M_valid [protected], [inherited] Definition at line 151 of file profiler_node.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sat Aug 12 2023_gnu_profile::__hashfunc_stack_info(3cxx)