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