Method

ShellPerfLogevent

Declaration [src]

void
shell_perf_log_event (
  ShellPerfLog* perf_log,
  const char* name
)

Description [src]

Records a performance event with no arguments.

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.