Method

ShellPerfLogevent_i

Declaration [src]

void
shell_perf_log_event_i (
  ShellPerfLog* perf_log,
  const char* name,
  gint32 arg
)

Description [src]

Records a performance event with one 32-bit integer argument.

Parameters

name

Type: const char*

Name of the event.

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

Type: gint32

The argument.