Function
Sysprofcollector_mark_vprintf
Declaration [src]
void
sysprof_collector_mark_vprintf (
int64_t time,
int64_t duration,
const char* group,
const char* mark,
const char* message_format,
va_list args
)
Parameters
time-
Type:
int64_tNo description available.
duration-
Type:
int64_tNo description available.
group-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. mark-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message_format-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. args-
Type:
va_listNo description available.