{
    "content": [
        {
            "type": "text",
            "text": "# time (perldoc)\n\n## TLDR\n\n> Measure how long a command took to run.\n\n- Run the `command` and print the time measurements to `stdout`:\n  `time {{command}}`\n- Create a very simple stopwatch (only works in Bash):\n  `time read`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "time",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Measure how long a command took to run.",
        "tldr_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"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}