test_90.stable.out
来自「一个内存数据库的源代码这是服务器端还有客户端」· OUT 代码 · 共 107 行
OUT
107 行
stdout of test 'test_90` in directory 'tests/suite_02` itself:#> Mtest: milS test_90 milS#> Mtest: Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_suite_02 -single test_90.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 01:04:33 MET 2000.#script:test_90.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.setoid(oid(2000000));#determine cost components of a join# load("k100_unique1");var k100_unique1 := bat("k100_unique1");var b:=k100_unique1.copy();printf("#~BeginVariableOutput~#\n"); cpu().print(); printf("#~EndVariableOutput~#\n");var c:=join(b.reverse(),k100_unique1);#~BeginVariableOutput~##-------------------------## BAT: cpu ## (str) (int) ##-------------------------#[ "elapsed", 0 ][ "user", 190 ][ "elapuser", 0 ][ "system", 700 ][ "elapsystem", 0 ]#~EndVariableOutput~#printf("#~BeginVariableOutput~#\n"); cpu().print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT: cpu ## (str) (int) ##-------------------------#[ "elapsed", 0 ][ "user", 230 ][ "elapuser", 40 ][ "system", 710 ][ "elapsystem", 10 ]#~EndVariableOutput~#var d:=join(b.reverse(),k100_unique1);printf("#~BeginVariableOutput~#\n"); cpu().print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT: cpu ## (str) (int) ##-------------------------#[ "elapsed", 0 ][ "user", 290 ][ "elapuser", 60 ][ "system", 710 ][ "elapsystem", 0 ]#~EndVariableOutput~#commit();printf("#~BeginVariableOutput~#\n"); cpu().print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT: cpu ## (str) (int) ##-------------------------#[ "elapsed", 0 ][ "user", 290 ][ "elapuser", 0 ][ "system", 710 ][ "elapsystem", 0 ]#~EndVariableOutput~#printf("#~BeginVariableOutput~#\n"); memory().print(); printf("#~EndVariableOutput~#\n");printf("#~BeginVariableOutput~#\n"); io.print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##---------------------------------## BAT: mem ## (str) (int) ##---------------------------------#[ "memincr", 1626112 ][ "arena", 1632704 ][ "ordblks", 426 ][ "smblks", 0 ][ "hblkhd", 3211264 ][ "hblks", 4 ][ "usmblks", 0 ][ "fsmblks", 0 ][ "uordblks", 1465216 ][ "fordblks", 167488 ]#~EndVariableOutput~##~BeginVariableOutput~##-------------------------## BAT: io ## (str) (int) ##-------------------------#[ "maxrss", 0 ][ "minflt", 3313 ][ "majflt", 631 ][ "nswap", 0 ][ "inblock", 0 ][ "oublock", 0 ][ "nvcsw", 0 ][ "ninvcsw", 0 ]#~EndVariableOutput~#quit();# 17:09:11 > # 17:09:11 > Done.# 17:09:11 >
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?