|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
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)
5707 of 6041 branches covered (94.47%)
Branch coverage included in aggregate %.
21774 of 23490 relevant lines covered (92.69%)
3830719.46 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
99.02 |
-0.33% | src/lj_gc.c |
| 3 |
93.09 |
-0.99% | src/lj_ir.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15488567382.1 | 89 |
93.06 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|