STLdoc
STLdocumentation
|
Data structures to represent profiling traces. More...
#include "profile/impl/profiler.h"
#include "profile/impl/profiler_node.h"
#include "profile/impl/profiler_trace.h"
Go to the source code of 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 | |
void | __gnu_profile::__trace_hash_func_init () |
void | __gnu_profile::__trace_hash_func_report (FILE *__f, __warning_vector_t &__warnings) |
void | __gnu_profile::__trace_hash_func_construct (const void *) |
void | __gnu_profile::__trace_hash_func_destruct (const void *, std::size_t, std::size_t, std::size_t) |
Data structures to represent profiling traces.