Sy03
Sy03
- 加入APM记录功能 。 - 加入鼠标点击的图标,类似于Kps的存在。并且能够在点击左右键的时候显示不同颜色(可自定义)。 - 建议把Kps和Total都加入到最上面一行的“当前按键显示行”。 - 增加本地记录Highest Kps,和本地保存字数统计,并且下次开启时同步。 谢谢
map.txt ``` ESC 1.5 F1 1 1 0.8 F2 1 1 0.8 F3 1 1 0.8 F4 1 1 0.8 0.75 F5 1 1 0.8 F6 1 1 0.8 F7...
当开启软件后,第一次点击这个锁会有卡顿,但是后面基本不会卡,可能这里是加载的问题? 
## Description New CI test for bpftrace. Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...
We have started adding some automated build tests for bpftrace [here](https://github.com/eunomia-bpf/bpftime/blob/master/example/bpftrace/README.md). So far, we have completed the tests for the uprobe example and the syscall example. There are still some...
Can we try to implement these data structure? - BPF_MAP_TYPE_QUEUE - BPF_MAP_TYPE_STACK - BPF_MAP_TYPE_LRU_HASH - BPF_MAP_TYPE_LPM_TRIE - BPF_MAP_TYPE_BLOOM_FILTER We need to implement map, benchmark, unit-test and example. Ref: runtime/src/bpf_map/shared/array_map.{cpp,hpp}
Measure how much overhead will this bring to server side GPU map(gpu/shared_array_map) update. PR:#466
Still WIP. Expected changes or updates compared to master: - Subscribe series - Publish series - Setup series - Subgroup series Target: Interop with https://github.com/Sy0307/moxygen successfully.