|
Ran
|
Jobs
1
|
Files
89
|
Run time
3min
|
Badge
README BADGES
|
push
github
build: provide LUAJIT_USE_PERFTOOLS option This patch provides the LUAJIT_USE_PERFTOOLS flag via the CMake build system. It allows avoiding the definition of the cognominal macro definition via CMAKE_C_FLAGS to use integration with the Linux perf tools interface [1] to resolve symbols for traces generated by a JIT. It may be used like the following: | perf script record luajit test.lua | perf report -s symbol [1]: https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/jit-interface.txt Resolves tarantool/tarantool#11300 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit ecc260c1a)
5702 of 6041 branches covered (94.39%)
Branch coverage included in aggregate %.
21750 of 23490 relevant lines covered (92.59%)
3830448.9 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
93.09 |
-0.66% | src/lj_ir.c |
| 5 |
85.59 |
-2.18% | src/lj_sysprof.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15488567328.1 | 89 |
92.96 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|