system.gds: Get the parameters in the GDS system

View source: R/gdsfmt-main.r

system.gdsR Documentation

Get the parameters in the GDS system

Description

Get a list of parameters in the GDS system

Usage

system.gds()

Value

A list including

num.logical.core

the number of logical cores

l1i.cache.size

L1 instruction cache

l1d.cache.size

L1 data cache

l2.cache.size

L2 data cache

l3.cache.size

L3 data cache

l4.cache.size

L4 data cache if applicable

compression.encoder

compression/decompression algorithms

compiler

information of compiler

compiler.flag

SIMD instructions supported by the compiler

class.list

class list in the GDS system

options

list all options associated with GDS format or package, including gds.crayon(FALSE for no stylish terminal output), gds.parallel and gds.verbose

Author(s)

Xiuwen Zheng

Examples

system.gds()

zhengxwen/gdsfmt documentation built on April 11, 2024, 3:19 a.m.