Skip to content

Commit f2c6458

Browse files
committed
update bpftime
1 parent 337af70 commit f2c6458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/47-cuda-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ cudaMemcpyD2H: 383.66 µs
469469
cudaFree: 0.00 µs
470470
```
471471

472-
The tracer adds about 2us overhead to each CUDA API call, which is negligible for most cases.
472+
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.
473473

474474
## Command Line Options
475475

src/47-cuda-events/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ cudaMemcpyD2H: 383.66 µs
469469
cudaFree: 0.00 µs
470470
```
471471

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

474474
## 命令行选项
475475

0 commit comments

Comments
 (0)