Hook up dead period, and only call back after a complete batch of samples

This commit is contained in:
Søren Sandmann Pedersen
2009-09-07 16:27:50 -04:00
parent 7b75070125
commit 139acd0287
2 changed files with 62 additions and 54 deletions

View File

@ -79,6 +79,8 @@ tracker_new (void)
tracker->n_allocated_bytes = DEFAULT_SIZE;
tracker->events = g_malloc (DEFAULT_SIZE);
tracker->stash = stack_stash_new (NULL);
return tracker;
}