![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|

Functions | |
| ghost_error | ghost_instr_create () |
| ghost_error | ghost_instr_destroy () |
| void | ghost_instr_prefix_set (const char *prefix) |
| Set the instrumentation prefix. More... | |
| char * | ghost_instr_prefix_get () |
| void | ghost_instr_suffix_set (const char *suffix) |
| Set the instrumentation suffix. More... | |
| char * | ghost_instr_suffix_get () |
Variables | |
| static pthread_key_t | ghost_instr_prefix_key |
| static pthread_key_t | ghost_instr_suffix_key |
| pthread_key_t | ghost_instr_enable_key |
| ghost_error ghost_instr_create | ( | ) |
| ghost_error ghost_instr_destroy | ( | ) |
| char* ghost_instr_prefix_get | ( | ) |
| void ghost_instr_prefix_set | ( | const char * | prefix | ) |
Set the instrumentation prefix.
| prefix | The prefix. |
The prefix will be prepended to the instrumentation tag.
| char* ghost_instr_suffix_get | ( | ) |
| void ghost_instr_suffix_set | ( | const char * | suffix | ) |
Set the instrumentation suffix.
| suffix | The suffix. |
The suffix will be appended to the instrumentation tag.
| pthread_key_t ghost_instr_enable_key |
|
static |
|
static |
1.8.6