|
Ran
|
Files
89
|
Run time
3s
|
Badge
README BADGES
|
push
github
sysprof: fix a message with stop without run When sysprof is not started, the function `misc.sysprof.stop()` reports that the profiler is already running: | $ ./src/luajit -e 'print(misc.sysprof.stop())' | nil profiler is running already 22 The patch fixes that: | $ ./src/luajit -e 'print(misc.sysprof.stop())' | nil profiler is not running 22 Follows up tarantool/tarantool#781 Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 441405c39)
5702 of 6038 branches covered (94.44%)
Branch coverage included in aggregate %.
21720 of 23447 relevant lines covered (92.63%)
2961165.48 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|