Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Benchmark /
Delete
Unzip
Name
Size
Permission
Date
Action
Tms
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
benchmark-c.ri
1.95
KB
-rw-r--r--
2023-07-26 17:26
benchmark-i.ri
1.95
KB
-rw-r--r--
2023-07-26 17:26
bm-c.ri
983
B
-rw-r--r--
2023-07-26 17:26
bm-i.ri
983
B
-rw-r--r--
2023-07-26 17:26
bmbm-c.ri
1.76
KB
-rw-r--r--
2023-07-26 17:26
bmbm-i.ri
1.76
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Benchmark.ri
4.51
KB
-rw-r--r--
2023-07-26 17:26
measure-c.ri
289
B
-rw-r--r--
2023-07-26 17:26
measure-i.ri
289
B
-rw-r--r--
2023-07-26 17:26
realtime-c.ri
261
B
-rw-r--r--
2023-07-26 17:26
realtime-i.ri
261
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"bm:EFI"Benchmark::bm;FT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"UA simple interface to the #benchmark method, #bm is generates sequential reports;TI"Jwith labels. The parameters have the same meaning as for #benchmark.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"require 'benchmark' ;FI" ;FI"n = 50000 ;FI"Benchmark.bm(7) do |x| ;FI": x.report("for:") { for i in 1..n; a = "1"; end } ;FI": x.report("times:") { n.times do ; a = "1"; end } ;FI": x.report("upto:") { 1.upto(n) do ; a = "1"; end } ;FI" end ;Fo; ; [I"<i>Generates:</i>;T@o;; [ I"9 user system total real ;FI":for: 1.050000 0.000000 1.050000 ( 0.503462) ;FI":times: 1.533333 0.016667 1.550000 ( 0.735473) ;FI"9upto: 1.500000 0.016667 1.516667 ( 0.711239);F: @file00I"report;F[ I"(label_width = 0, *labels);TI"lib/benchmark.rb;T