blob: baa7b8800f9c98f6f868c733f7095f8de1a72592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: trace-time
Help: Add time stamps to trace/verbose output
Added: 7.14.0
Category: verbose global
Multi: boolean
Scope: global
See-also:
- trace
- verbose
Example:
- --trace-time --trace-ascii output $URL
---
# `--trace-time`
Prepend a time stamp to each trace or verbose line that curl displays.
|