This blog post shows that you can show timing details, e.g:
$ curl -w "@curl_format.txt" -o /dev/null -s https://jsonplaceholder.typicode.com/comments
time_namelookup: 0.001478s
time_connect: 0.010429s
time_appconnect: 0.028095s
time_pretransfer: 0.028209s
time_redirect: 0.000000s
time_starttransfer: 0.046213s
----------
time_total: 0.065945s
I think HTTPie is more user friendly, though. Is there a way to achieve similar thing on HTTPie?