src: Name all the timeouts and idles

https://bugzilla.gnome.org/show_bug.cgi?id=727983
This commit is contained in:
Bastien Nocera
2014-04-10 19:27:23 +02:00
parent e8fd8b58d0
commit 85f811f147
13 changed files with 45 additions and 14 deletions

View File

@ -223,6 +223,7 @@ shell_perf_log_set_enabled (ShellPerfLog *perf_log,
perf_log->statistics_timeout_id = g_timeout_add (STATISTIC_COLLECTION_INTERVAL_MS,
statistics_timeout,
perf_log);
g_source_set_name_by_id (perf_log->statistics_timeout_id, "[gnome-shell] statistics_timeout");
}
else
{