xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: trace-time | ||||
4 | Help: Add time stamps to trace/verbose output | ||||
5 | Added: 7.14.0 | ||||
6 | Category: verbose | ||||
7 | Example: --trace-time --trace-ascii output $URL | ||||
8 | See-also: trace verbose | ||||
9 | Multi: boolean | ||||
10 | --- | ||||
11 | Prepends a time stamp to each trace or verbose line that curl displays. | ||||
12 | |||||
13 | This option is global and does not need to be specified for each use of | ||||
14 | --next. |