summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysprof-cli.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysprof-cli.c b/sysprof-cli.c
index 2500dda..90f5b13 100644
--- a/sysprof-cli.c
+++ b/sysprof-cli.c
@@ -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);