tools: load proper speedtrack library

Fixes #51
This commit is contained in:
Christian Hergert
2020-10-15 13:38:37 -07:00
parent 80008497c2
commit 9405c960cc

View File

@ -534,7 +534,7 @@ Examples:\n\
if (speedtrack)
{
source = g_object_new (SYSPROF_TYPE_PRELOAD_SOURCE,
"preload", "libsysprof-speedtrack-3.so",
"preload", "libsysprof-speedtrack-4.so",
NULL);
sysprof_profiler_add_source (profiler, source);
g_object_unref (source);