update bpftime

This commit is contained in:
officeyutong
2025-05-28 16:11:57 +08:00
parent 337af70a35
commit f2c6458f04
2 changed files with 2 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ cudaMemcpyD2H: 383.66 µs
cudaFree: 0.00 µs
```
The tracer adds about 2us overhead to each CUDA API call, which is negligible for most cases.
The tracer adds about 2us overhead to each CUDA API call, which is negligible for most cases. To further reduce the overhead, you can try using the [bpftime](https://github.com/eunomia-bpf/bpftime) userspace runtime to optimize the eBPF program.
## Command Line Options

View File

@@ -469,7 +469,7 @@ cudaMemcpyD2H: 383.66 µs
cudaFree: 0.00 µs
```
追踪器为每个CUDA API调用增加了约2微秒的开销这对大多数情况来说是可以忽略不计的。
追踪器为每个CUDA API调用增加了约2微秒的开销这对大多数情况来说是可以忽略不计的。为了进一步减少开销,你可以尝试使用[bpftime](https://github.com/eunomia-bpf/bpftime)用户空间运行时来优化eBPF程序。
## 命令行选项