GNU g++  v5.2.1
GNU Standard C++
profiler_hash_func.h File Reference

Data structures to represent profiling traces. More...

Include dependency graph for profiler_hash_func.h:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_profile::__hashfunc_info
 A hash performance instrumentation line in the object table. More...
 
class  __gnu_profile::__hashfunc_stack_info
 A hash performance instrumentation line in the stack table. More...
 
class  __gnu_profile::__trace_hash_func
 Hash performance instrumentation producer. More...
 

Namespaces

 __gnu_profile
 GNU profile code for public use.
 

Functions

__hashfunc_info * __gnu_profile::__trace_hash_func_construct ()
 
void __gnu_profile::__trace_hash_func_destruct (__hashfunc_info *, std::size_t, std::size_t, std::size_t)
 
void __gnu_profile::__trace_hash_func_free ()
 
void __gnu_profile::__trace_hash_func_init ()
 
void __gnu_profile::__trace_hash_func_report (FILE *__f, __warning_vector_t &__warnings)
 

Detailed Description

Data structures to represent profiling traces.