write-out.d: clarify %{time_starttransfer}

sync it up with CURLINFO_STARTTRANSFER_TIME_T
This commit is contained in:
Jay Satiro 2023-08-14 03:29:36 -04:00 committed by Daniel Stenberg
parent ab3b2c47bd
commit 2e8fbec2db
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -207,9 +207,9 @@ started. time_redirect shows the complete execution time for multiple
redirections. (Added in 7.12.3) redirections. (Added in 7.12.3)
.TP .TP
**time_starttransfer** **time_starttransfer**
The time, in seconds, it took from the start until the first byte was just The time, in seconds, it took from the start until the first byte is received.
about to be transferred. This includes time_pretransfer and also the time the This includes time_pretransfer and also the time the server needed to calculate
server needed to calculate the result. the result.
.TP .TP
**time_total** **time_total**
The total time, in seconds, that the full operation lasted. The total time, in seconds, that the full operation lasted.