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
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

time

Type: int64_t

No description available.

duration

Type: int64_t

No 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_list

No description available.