Home | History | Annotate | Download | only in python2.7

Lines Matching refs:timing

117 -g, --timing          Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing)