← 返回
未分类 中文

Time Tool

Measure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis.
测量命令的执行时间。用于性能基准测试、脚本优化和时间分析。
dinghaibin dinghaibin 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 313
下载
💾 0
安装
1
版本
#latest

概述

Time - Command Execution Timer

Measure how long a command takes to execute. Displays real time, CPU time, and system time for performance analysis and benchmarking.

Usage

time-tool <command> [args...]

Output

  • real: Wall clock time elapsed
  • user: CPU time in user mode
  • sys: CPU time in kernel mode

Examples

time-tool sleep 2
time-tool curl https://example.com
time-tool python3 script.py

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,589
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,699
it-ops-security

Schedule Task

dinghaibin
在 Linux/Unix 系统上调度和运行周期性任务。适用于设置 cron 作业、定时备份、周期性数据同步、自动报告等场景。
★ 0 📥 447