`pyperf command` only supports the `--track-memory` option, and not the `--tracemalloc`: https://github.com/psf/pyperf/blob/968f2474f8b4cf55bca2b90ce0f699ec371b1a66/pyperf/_command.py#L50 Do you think it's better to have a warning (or just a fatal) here?
pyperf commandonly supports the--track-memoryoption, and not the--tracemalloc:pyperf/pyperf/_command.py
Line 50 in 968f247
Do you think it's better to have a warning (or just a fatal) here?