Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Benchmark /
Delete
Unzip
Name
Size
Permission
Date
Action
Job
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Report
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Tms
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
benchmark-i.yaml
2.06
KB
-rw-r--r--
2023-07-26 13:47
bm-i.yaml
1.06
KB
-rw-r--r--
2023-07-26 13:47
bmbm-i.yaml
1.81
KB
-rw-r--r--
2023-07-26 13:47
cdesc-Benchmark.yaml
5.44
KB
-rw-r--r--
2023-07-26 13:47
measure-i.yaml
305
B
-rw-r--r--
2023-07-26 13:47
realtime-i.yaml
283
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: report comment: - !ruby/struct:SM::Flow::P body: "A simple interface to the #benchmark method, #bm is generates sequential reports with labels. The parameters have the same meaning as for #benchmark." - !ruby/struct:SM::Flow::VERB body: " require 'benchmark'\n\n n = 50000\n Benchmark.bm(7) do |x|\n x.report("for:") { for i in 1..n; a = "1"; end }\n x.report("times:") { n.times do ; a = "1"; end }\n x.report("upto:") { 1.upto(n) do ; a = "1"; end }\n end\n" - !ruby/struct:SM::Flow::P body: <em>Generates:</em> - !ruby/struct:SM::Flow::VERB body: " user system total real\n for: 1.050000 0.000000 1.050000 ( 0.503462)\n times: 1.533333 0.016667 1.550000 ( 0.735473)\n upto: 1.500000 0.016667 1.516667 ( 0.711239)\n" full_name: Benchmark#bm is_singleton: false name: bm params: (label_width = 0, *labels) {|report| ...} visibility: public