tmp: Alternative group filters in comments

This commit is contained in:
Nimrod Gilboa Markevich 2022-05-25 00:31:06 +03:00
parent 256ebfdbda
commit e065cbf8a2

View File

@ -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)