Function

GLibtrace_mark

Declaration

void
g_trace_mark (
  gint64 begin_time_nsec,
  gint64 duration_nsec,
  const gchar* group,
  const gchar* name,
  const gchar* message_format,
  ...
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

begin_time_nsec

Type: gint64

No description available.

duration_nsec

Type: gint64

No description available.

group

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
name

Type: const gchar*

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 gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

No description available.