mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Read data before stopping collector.
Stop debug spew.
This commit is contained in:
@ -465,7 +465,9 @@ create_process (state_t *state, new_process_t *new_process)
|
||||
process->comm = g_strdup (new_process->command_line);
|
||||
process->maps = g_ptr_array_new ();
|
||||
|
||||
#if 0
|
||||
g_print ("new comm process %d\n", new_process->pid);
|
||||
#endif
|
||||
|
||||
g_hash_table_insert (
|
||||
state->processes_by_pid, GINT_TO_POINTER (process->pid), process);
|
||||
|
||||
Reference in New Issue
Block a user