File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ \subsection{Command Line Interface}
122122\function {time.time()}'s granularity is 1/60th of a second; on \UNIX ,
123123\function {time.clock()} has 1/100th of a second granularity and
124124\function {time.time()} is much more precise. On either platform, the
125- default timer functions measures wall clock time, not the CPU time.
125+ default timer functions measure wall clock time, not the CPU time.
126126This means that other processes running on the same computer may
127127interfere with the timing. The best thing to do when accurate timing
128128is necessary is to repeat the timing a few times and use the best
Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ \subsection{TestResult Objects
769769
770770
771771The following methods of the \class {TestResult} class are used to
772- maintain the internal data structures, and mmay be extended in
772+ maintain the internal data structures, and may be extended in
773773subclasses to support additional reporting requirements. This is
774774particularly useful in building tools which support interactive
775775reporting while tests are being run.
Original file line number Diff line number Diff line change 3333clock() has microsecond granularity but time()'s granularity is 1/60th
3434of a second; on Unix, clock() has 1/100th of a second granularity and
3535time() is much more precise. On either platform, the default timer
36- functions measures wall clock time, not the CPU time. This means that
36+ functions measure wall clock time, not the CPU time. This means that
3737other processes running on the same computer may interfere with the
3838timing. The best thing to do when accurate timing is necessary is to
3939repeat the timing a few times and use the best time. The -r option is
You can’t perform that action at this time.
0 commit comments