From e065cbf8a26f3c6aed43bd82e253f2876e9940e8 Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich Date: Wed, 25 May 2022 00:31:06 +0300 Subject: [PATCH] tmp: Alternative group filters in comments --- performance_analysis/plot_from_tapper_logs.py | 3 +++ 1 file changed, 3 insertions(+) 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)