wip: visualizers

This commit is contained in:
Christian Hergert
2016-04-15 06:23:53 -07:00
parent 5b4493e2f0
commit 99ff8f2a5c
13 changed files with 958 additions and 3 deletions

View File

@ -190,7 +190,10 @@ main (gint argc,
g_object_unref (source);
source = sp_perf_source_new ();
sp_profiler_add_source (profiler, source);
g_object_unref (source);
source = sp_hostinfo_source_new ();
sp_profiler_add_source (profiler, source);
g_object_unref (source);