diff --git a/sysprof-cli.c b/sysprof-cli.c index 2500ddaf..90f5b13e 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);