sysprof-cli: Print out number of samples when saving

This commit is contained in:
Søren Sandmann Pedersen
2010-04-23 11:22:06 -04:00
parent aab051f944
commit ded375462b

View File

@ -47,7 +47,9 @@ dump_data (Application *app)
GError *err = NULL;
Profile *profile;
printf ("Saving profile in %s ... ", app->outfile);
printf ("Saving profile (%d samples) in %s ... ",
collector_get_n_samples (app->collector),
app->outfile);
fflush (stdout);
collector_stop (app->collector);