Searched refs:snapshot_task_args (Results 1 – 1 of 1) sorted by relevance
1091 base::PeriodicTask::Args snapshot_task_args; in StartTracing() local1092 snapshot_task_args.start_first_task_immediately = true; in StartTracing()1093 snapshot_task_args.use_suspend_aware_timer = in StartTracing()1096 snapshot_task_args.task = [weak_this, tsid] { in StartTracing()1100 snapshot_task_args.period_ms = in StartTracing()1102 if (!snapshot_task_args.period_ms) in StartTracing()1103 snapshot_task_args.period_ms = kDefaultSnapshotsIntervalMs; in StartTracing()1104 tracing_session->snapshot_periodic_task.Start(snapshot_task_args); in StartTracing()