~parinporecha/gtg/set-date-via-calendar

1
2
3
4
#!/usr/bin/env python2
import pstats
p = pstats.Stats('gtg.prof')
p.strip_dirs().sort_stats("cumulative").print_stats(20)