Object/String Conversion
Function Documentation
int hwloc_obj_cpuset_snprintf |
( |
char *restrict |
str, |
|
|
size_t |
size, |
|
|
size_t |
nobj, |
|
|
const hwloc_obj_t *restrict |
objs | |
|
) |
| | |
Stringify the cpuset containing a set of objects.
- Returns:
- how many characters were actually written (not including the ending \0).
int hwloc_obj_snprintf |
( |
char *restrict |
string, |
|
|
size_t |
size, |
|
|
hwloc_topology_t |
topology, |
|
|
hwloc_obj_t |
obj, |
|
|
const char *restrict |
indexprefix, |
|
|
int |
verbose | |
|
) |
| | |
Stringify a given topology object into a human-readable form.
Fill string string up to size characters with the description of topology object obj in topology topology .
If verbose is set, a longer description is used. Otherwise a short description is used.
indexprefix is used to prefix the os_index attribute number of the object in the description. If NULL , the # character is used.
- Returns:
- how many characters were actually written (not including the ending \0).
Return an object type from the string.
Return a stringified topology object type.
|
|