{
    "mode": "perldoc",
    "parameter": "time",
    "section": "-f",
    "url": "https://www.chedong.com/phpMan.php/perldoc/time/json",
    "generated": "2026-06-03T02:31:58Z",
    "sections": [],
    "flags": [],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "Measure how long a command took to run.",
        "examples": [
            {
                "description": "Run the `command` and print the time measurements to `stdout`",
                "command": "time {{command}}"
            },
            {
                "description": "Create a very simple stopwatch (only works in Bash)",
                "command": "time read"
            }
        ]
    }
}