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