Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 11:52:41 GMT 2023