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.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Benchmark /
Delete
Unzip
Name
Size
Permission
Date
Action
Tms
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
benchmark-c.ri
2.18
KB
-rw-r--r--
2026-04-07 17:42
benchmark-i.ri
2.18
KB
-rw-r--r--
2026-04-07 17:42
bm-c.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
bm-i.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
bmbm-c.ri
1.85
KB
-rw-r--r--
2026-04-07 17:42
bmbm-i.ri
1.85
KB
-rw-r--r--
2026-04-07 17:42
cdesc-Benchmark.ri
4.96
KB
-rw-r--r--
2026-04-07 17:42
measure-c.ri
708
B
-rw-r--r--
2026-04-07 17:42
measure-i.ri
707
B
-rw-r--r--
2026-04-07 17:42
realtime-c.ri
348
B
-rw-r--r--
2026-04-07 17:42
realtime-i.ri
347
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"bm:ETI"Benchmark#bm;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KA simple interface to the #benchmark method, #bm generates sequential ;TI"Nreports with labels. +label_width+ and +labels+ parameters have the same ;TI"meaning as for #benchmark.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"require 'benchmark' ;TI" ;TI"n = 5000000 ;TI"Benchmark.bm(7) do |x| ;TI": x.report("for:") { for i in 1..n; a = "1"; end } ;TI": x.report("times:") { n.times do ; a = "1"; end } ;TI": x.report("upto:") { 1.upto(n) do ; a = "1"; end } ;TI" end ;T:@format0o; ; [I"Generates:;T@o;; [ I": user system total real ;TI";for: 0.960000 0.000000 0.960000 ( 0.957966) ;TI";times: 0.960000 0.000000 0.960000 ( 0.960423) ;TI":upto: 0.950000 0.000000 0.950000 ( 0.954864);T; 0: @fileI"lib/benchmark.rb;T:0@omit_headings_from_table_of_contents_below00I"report;T[ I"(label_width = 0, *labels);T@$FI"Benchmark;TcRDoc::NormalModule00