|
HPCToolkit
|
#include <string>

Go to the source code of this file.
Functions | |
| void | variable_entries_reinit (void) |
| void | dump_variables () |
| void | add_variable_entry (void *addr, long size, const string *comment, bool isvisible) |
| long | num_variable_entries (void) |
| void add_variable_entry | ( | void * | addr, |
| long | size, | ||
| const string * | comment, | ||
| bool | isvisible | ||
| ) |
Definition at line 148 of file variable-entries.cpp.


| void dump_variables | ( | ) |
Definition at line 130 of file variable-entries.cpp.


| long num_variable_entries | ( | void | ) |
Definition at line 168 of file variable-entries.cpp.
| void variable_entries_reinit | ( | void | ) |