Method
ShellPerfLogreplay
Declaration [src]
void
shell_perf_log_replay (
ShellPerfLog* perf_log,
ShellPerfReplayFunction replay_function,
gpointer user_data
)
Parameters
replay_function
-
Type:
ShellPerfReplayFunction
Function to call for each event in the log.
user_data
-
Type:
gpointer
Data to pass to
replay_function
.The argument can be NULL
.The data is owned by the caller of the method.