mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
wip: visualizers
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user