|
STLdoc
STLdocumentation
|
Diagnostics for map to unordered_map. 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::__map2umap_info |
| A map-to-unordered_map instrumentation line in the object table. More... | |
| class | __gnu_profile::__map2umap_stack_info |
| A map-to-unordered_map instrumentation line in the stack table. More... | |
| class | __gnu_profile::__trace_map2umap |
| Map-to-unordered_map instrumentation producer. More... | |
Namespaces | |
| __gnu_profile | |
| GNU profile code for public use. | |
Functions | |
| int | __gnu_profile::__log2 (std::size_t __size) |
| float | __gnu_profile::__map_insert_cost (std::size_t __size) |
| float | __gnu_profile::__map_erase_cost (std::size_t __size) |
| float | __gnu_profile::__map_find_cost (std::size_t __size) |
| void | __gnu_profile::__trace_map_to_unordered_map_init () |
| void | __gnu_profile::__trace_map_to_unordered_map_report (FILE *__f, __warning_vector_t &__warnings) |
| void | __gnu_profile::__trace_map_to_unordered_map_construct (const void *) |
| void | __gnu_profile::__trace_map_to_unordered_map_destruct (const void *) |
| void | __gnu_profile::__trace_map_to_unordered_map_insert (const void *, std::size_t, std::size_t) |
| void | __gnu_profile::__trace_map_to_unordered_map_erase (const void *, std::size_t, std::size_t) |
| void | __gnu_profile::__trace_map_to_unordered_map_find (const void *, std::size_t) |
| void | __gnu_profile::__trace_map_to_unordered_map_iterate (const void *, std::size_t) |
| void | __gnu_profile::__trace_map_to_unordered_map_invalidate (const void *) |
Diagnostics for map to unordered_map.
1.8.6