> + if (topdown_metric_attrs[0] && str) {`
> + if (!stat_config.interval) {
> + fprintf(stat_config.output,
> + "Topdown accuracy may decreases when
> measuring long period.\n"
> + "Please print the result regularly,
> e.g. -I1000\n");Can you disable this warning when --metrics-only is used? In this case it doesn't matter because the error is proportional to the percentage accuracy and should be invisible. You can only see a difference when looking at the expanded counts. -andi

