ITADN

Suddenly stops working beyond a certain number of samples

#13ClosedHiers 创建于 2024-02-26
H
Hierscommented
I found what I assume is a bug in perfanno when reading perf.data files that have more than ~14500 samples. When trying to load a perf.data that is beyond a certain size, it will never actually finish loading. The two images below are (ironically) perf data from perfanno reading a file with 14400 samples and a file with 14900 samples. #### 14400 samples ![imagem](https://github.com/t-troebst/perfanno.nvim/assets/47784553/c4da5a31-bfc9-459e-ac47-b7b024888a5b) #### 14900 samples ![imagem](https://github.com/t-troebst/perfanno.nvim/assets/47784553/6e648207-a802-4e79-a8b5-8673527d3413) As the image suggests, the perfanno with the smaller file loaded in under a second. The other one, however, shows perf being run for a much shorter time, but without giving you annotated source code.
关闭于 2024-02-27 2 条评论