mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Resurrect this function.
Sun Jan 8 03:22:22 2006 Soeren Sandmann <sandmann@redhat.com> * process.c (process_flush_caches): Resurrect this function. * collector.c (collector_reset): Call it from here
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
0559ad82e7
commit
5a8582b041
@ -240,6 +240,8 @@ collector_reset (Collector *collector)
|
||||
{
|
||||
if (collector->stash)
|
||||
stack_stash_free (collector->stash);
|
||||
|
||||
process_flush_caches();
|
||||
|
||||
collector->stash = stack_stash_new ();
|
||||
collector->n_samples = 0;
|
||||
|
||||
Reference in New Issue
Block a user