File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
doc/1.10/reference/reference_lua Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,27 @@ the tarantool module is recommended.
23
23
24
24
tarantool> tarantool = require('tarantool')
25
25
---
26
- ...
27
- tarantool> tarantool
28
- ---
29
- - build:
26
+ - version: 2.3.0-3-g302bb3241
27
+ build:
30
28
target: Linux-x86_64-RelWithDebInfo
31
- options: cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BACKTRACE=ON
29
+ options: cmake . -DCMAKE_INSTALL_PREFIX=/opt/tarantool-install
30
+ -DENABLE_BACKTRACE=ON
32
31
mod_format: so
33
- flags: ' -fno-common -fno-omit-frame-pointer -fno-stack-protector -fexceptions
34
- -funwind-tables -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing
35
- -fno-gnu89-inline'
36
- compiler: /usr/bin/x86_64-linux-gnu-gcc /usr/bin/x86_64-linux-gnu-g++
37
- uptime: 'function: 0x408668e0'
38
- version: 1.7.0-66-g9093daa
39
- pid: 'function: 0x40866900'
32
+ flags: ' -fexceptions -funwind-tables -fno-omit-frame-pointer
33
+ -fno-stack-protector
34
+ -fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra
35
+ -Wno-strict-aliasing -Wno-char-subscripts
36
+ -Wno-format-truncation -fno-gnu89-inline -Wno-cast-function-type'
37
+ compiler: /usr/bin/cc /usr/bin/c++
38
+ pid: 'function: 0x40016cd0'
39
+ package: Tarantool
40
+ uptime: 'function: 0x40016cb0'
40
41
...
41
42
tarantool> tarantool.pid()
42
43
---
43
- - 30155
44
+ - 28786
44
45
...
45
46
tarantool> tarantool.uptime()
46
47
---
47
- - 108.64641499519
48
+ - 2586.900608
48
49
...
You can’t perform that action at this time.
0 commit comments