Function

Sysprofcollector_mark

Declaration [src]

void
sysprof_collector_mark (
  int64_t time,
  int64_t duration,
  const char* group,
  const char* mark,
  const char* message
)

Description

No description available.

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

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.