|
Ran
|
Jobs
1
|
Files
89
|
Run time
9s
|
Badge
README BADGES
|
push
github
tools: add cli flag to run profile dump parsers It is really inconvenient to use a standalone shell script to parse binary dumps from profilers. That is why this commit introduces a CLI flag for tools in the LuaJIT, so now it is possible to parse a memprof dump as simple as: ``` luajit -tm memprof.bin luajit -tm --leak-only memprof.bin ``` And the sysprof too: ``` luajit -ts sysprof.bin ``` The scripts `luajit-parse-memprof` and `luajit-parse-sysprof` are purged as a result of these changes. Resolves tarantool/tarantool#5688 Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org> (cherry picked from commit 0380a8c17)
5340 of 5961 branches covered (0.0%)
Branch coverage included in aggregate %.
19 of 25 new or added lines in 1 file covered. (76.0%)
13 existing lines in 3 files now uncovered.20485 of 23255 relevant lines covered (88.09%)
699623.65 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
91.96 |
-1.85% | src/luajit.c |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
95.96 |
-0.05% | src/lj_record.c |
| 2 |
91.96 |
-1.85% | src/luajit.c |
| 10 |
73.0 |
-1.01% | src/lj_api.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6867995046.1 | 89 |
88.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|