diff --git a/performance_analysis/plot_from_tapper_logs.py b/performance_analysis/plot_from_tapper_logs.py index 0d0dfc28b..912b303f1 100644 --- a/performance_analysis/plot_from_tapper_logs.py +++ b/performance_analysis/plot_from_tapper_logs.py @@ -143,6 +143,9 @@ if __name__ == '__main__': goroutines_samples_df = pd.concat(goroutines_samples_all_files, axis=1) group_pattern = r'(\d+)[\w-]*\.\w+$' + # group_pattern = r'([^\/]+\/\d+)[\w-]*\.\w+$' + # group_pattern = '.*' + plt.subplots(constrained_layout=True) cpu_plot = plt.subplot(8, 2, 1)