|
Ran
|
Jobs
1
|
Files
89
|
Run time
6s
|
Badge
README BADGES
|
push
github
sysprof: improve parser's memory footprint This patch reduces sysprof's parser memory footprint, by avoiding reading all callchains before collapsing them. Instead of it, parser merges stacks immediately after reading them and stores counts in a Lua table. The `collapse.lua` module is purged as a result of the patch, but it is left as a stub to keep the integration testing intact. This stub should be removed in the next series. Resolves tarantool/tarantool#8700 Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Reviewed-by: Igor Munkin <imun@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org> (cherry picked from commit dd9944340)
5302 of 5984 branches covered (88.6%)
Branch coverage included in aggregate %.
20358 of 23324 relevant lines covered (87.28%)
276336.78 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5941281999.1 | 0 |
87.55 |
GitHub Action Run |