Data structures to represent profiling traces. More...
#include "profile/impl/profiler.h"
#include "profile/impl/profiler_node.h"
#include "profile/impl/profiler_trace.h"
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) |
Data structures to represent profiling traces.