ladbar machen

This commit is contained in:
saschuta 2024-06-14 16:18:22 +02:00
parent 72285c1763
commit 55ca4812de
3 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,4 @@
##from update_project import **
import cProfile
import pstats
import sys
import numpy as np
@ -633,12 +631,5 @@ def plt_data_full_model(c1, chose_score, detections, devs, dfs, end, grid, mult_
if __name__ == '__main__':
#embed()
#cells_plot2 = p_units_to_show(type_here='amp') # permuted = True,
cProfile.run('model_full()', 'profiling_results')
p = pstats.Stats('profiling_results')
p.sort_stats('cumulative').print_stats(100)
p.sort_stats('cumulative').print_stats(400)
p.sort_stats('tottime').print_stats(400)
embed()
sys.excepthook = info
model_full()

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB