Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getdebuginfo
get information about Scilab to debug
Syntax
[dynamic_info, static_info] = getdebuginfo()
Description
getdebuginfo
gets information about Scilab to debug.
dynamic_info = getdebuginfo();
returns information about your
system.
[dynamic_info, static_info] = getdebuginfo()
returns information
about your system and about Scilab.
Examples
[a, b] = getdebuginfo()
--> [a, b] = getdebuginfo() a = "Memory in use: 31 %" "Total Physical Memory (Kbytes): 16618008" "Free Physical Memory (Kbytes): 11381360" "Total Paging File (Kbytes): 19108376" "Free Paging File (Kbytes): 10309008" "Total Virtual Memory (Kbytes): 137438953344" "Free Virtual Memory (Kbytes): 137430188892" "Free Extended Memory (Kbytes): 0" "Operating System: Windows 8 x64" "Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz" "Number of processors: 12" "Number of Video cards: 2" "Video card #0: Intel(R) UHD Graphics 630" "Video card #1: NVIDIA GeForce GTX 1660 Ti" "Primary Video card driver version: 27.20.100.8681" "Screen size: 1920 x 1080 32 bits" "Number of Monitors: 1" "Path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;..." "ComSpec: C:\WINDOWS\system32\cmd.exe" "TMP : C:\Users\me\AppData\Local\Temp" "TEMP: C:\Users\me\AppData\Local\Temp" b = "Version: scilab-6.1.0" "Compilation date: Feb 25 2020" "Compilation time: 11:34:32" "Compiler Architecture: X64" "Compiled with Microsoft compiler (191627035)" "BLAS library optimized version: MKL" "XML version: 2.9.1" "Tcl/Tk: Enable" "TCL version: 8.5.9" "TK version: 8.5.9" "Path separator: ;" "Directory separator: \" "PCRE Version: 8.21"
See also
- getversion — get scilab and modules version information
- getos — return Operating System name and version
Report an issue | ||
<< banner | Configuration | getmemory >> |