显示下拉菜单

Test of getrusage() 本页面仅提供英文版本。

Example #1 : test not validated (platform dependant or random result etc.)
Example #1
$input = [
]
test not validated (platform dependant or random result etc.)
$test_output = [
  
'result' => [
    
'array' => [
      
'ru_oublock' => 96,
      
'ru_inblock' => 30968,
      
'ru_msgsnd' => 0,
      
'ru_msgrcv' => 0,
      
'ru_maxrss' => 24956,
      
'ru_ixrss' => 0,
      
'ru_idrss' => 0,
      
'ru_minflt' => 5875,
      
'ru_majflt' => 8,
      
'ru_nsignals' => 0,
      
'ru_nvcsw' => 3827,
      
'ru_nivcsw' => 289,
      
'ru_nswap' => 0,
      
'ru_utime.tv_usec' => 254490,
      
'ru_utime.tv_sec' => 0,
      
'ru_stime.tv_usec' => 237802,
      
'ru_stime.tv_sec' => 0,
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]