Function
GLibtrace_mark
since: 2.0
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.
Available since: 2.0
This function is not directly available to language bindings.
Parameters
begin_time_nsec-
Type:
gint64No description available.
duration_nsec-
Type:
gint64No 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.