import pstats
p = pstats.Stats('generate_simtkvecs_profile.log')

p.sort_stats('cumulative').print_stats(100)

