mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Revert accidental commit
This commit is contained in:
@ -129,6 +129,7 @@ on_read (gpointer data)
|
||||
if (diff >= 0.0 && diff < RESET_DEAD_PERIOD)
|
||||
return;
|
||||
|
||||
#if 0
|
||||
{
|
||||
int i;
|
||||
g_print ("pid: %d (%d)\n", trace.pid, trace.n_addresses);
|
||||
@ -136,6 +137,7 @@ on_read (gpointer data)
|
||||
g_print ("rd: %08x\n", trace.addresses[i]);
|
||||
g_print ("-=-\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
if (rd > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user