PulseAugur
实时 14:31:55
实体 cost_guard.sh

cost_guard.sh

PulseAugur coverage of cost_guard.sh — every cluster mentioning cost_guard.sh across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
1
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_142335 ·

    使用自定义 Bash 包装器测量 Claude Code hook 的性能

    一位开发者创建了一个 Bash 脚本来测量 Claude Code 环境中 hook 的执行时间。该脚本 `hook-latency-wrap.sh` 作为现有 hook 命令的包装器,以毫秒为单位记录其经过的时间,并将其记录到 JSONL 文件中。这使得开发者能够识别出哪些特定的 hook 导致 Claude Code 响应时间延迟,这个问题随着 hook 的增加而变得更加明显。该包装器利用 `$EPOCHREALTIME` 变量进…