mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: init sysprof clock
This commit is contained in:
@ -105,6 +105,8 @@ main (int argc,
|
||||
g_autofd int trace_fd = -1;
|
||||
int argv_copy_len = 0;
|
||||
|
||||
sysprof_clock_init ();
|
||||
|
||||
main_loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
argv_copy = g_new0 (char *, argc+1);
|
||||
|
||||
Reference in New Issue
Block a user