SIGN IN SIGN UP

gh-97669: Remove Tools/scripts/startuptime.py (#98214)

The "pyperf command" tool be used instead. Example:

    $ python3 -m pyperf command -- python3 -c pass
    .....................
    command: Mean +- std dev: 17.8 ms +- 0.4 ms

pyperf also computes the standard deviation which gives an idea of
the benchmark looks reliable or not.
V
Victor Stinner committed
d09d2c7c916eb4007f57f2a39c1198004e916b51
Parent: 342b115
Committed by GitHub <noreply@github.com> on 10/12/2022, 3:53:46 PM