Age | Commit message (Expand) | Author |
2018-09-15 | Work on Benchmark::Tms documentation [ci skip] | nobu |
2017-01-03 | lib/benchmark.rb: Specify frozen_string_literal: true. | kazu |
2015-12-23 | [DOC] Fix typos | a_matsuda |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-06-02 | lib/benchmark.rb: just use Process::CLOCK_MONOTONIC | normal |
2015-05-19 | * lib/benchmark.rb: Update Benchmark documentation and formatting. | hsbt |
2014-09-11 | lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW support | normal |
2014-08-31 | * lib/benchmark.rb: Fix a syntax error. | akr |
2014-08-31 | benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailable | nobu |
2014-08-30 | benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAW | nobu |
2014-08-24 | lib/benchmark.rb (measure): reduce allocations as in r47260 | normal |
2014-08-24 | lib/benchmark.rb: speedup by reducing allocations | normal |
2014-07-23 | * lib/benchmark.rb: split executable code into sample directory. | hsbt |
2013-09-20 | * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888] | zzak |
2013-04-30 | * lib/benchmark.rb: Update Benchmark results on newer CPU | zzak |
2012-07-18 | * lib/benchmark.rb: Fix Benchmark.benchmark output with an empty | naruse |
2012-06-08 | * lib/benchmark.rb: Updated formatting of Benchmark documentation for | drbrain |
2011-11-05 | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj |
2011-06-28 | * lib/benchmark.rb: merge eregon/benchmark. | naruse |
2011-06-16 | * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch by | drbrain |
2011-05-25 | * lib/benchmark.rb: Restore nodoc for Benchmark::Job and | drbrain |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib/benchmark.rb: Fix indentation. | drbrain |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2011-05-18 | * lib: remove trailing spaces. | nobu |
2011-05-17 | * lib/benchmark.rb: Remove nodoc from Benchmark::Job and | drbrain |
2011-02-07 | * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead of | nagachika |
2011-01-31 | * lib/benchmark.rb: fix benchmarck to work with current ruby. | naruse |
2010-11-08 | * lib/*.rb: Remove unused variable warnings. | marcandre |
2010-04-02 | * lib/benchmark.rb (Benchmark::Tms#add): fix NameError. | kazu |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-02-11 | update rdoc [ruby-core:20407] #835 | gotoken |
2008-02-10 | * lib/benchmark.rb (Job::Benchmark#item): fix typo. | naruse |
2008-02-02 | * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime | matz |
2007-05-31 | * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the | nobu |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-01-20 | Tidy benchmark.rb documentation a tad | dave |
2003-09-19 | Converted RD to RDoc (Lyle Johnson) and improved documentation. | gsinclair |
2003-04-11 | * lib/benchmark.rb (Benchmark::bm): get rid of warning. | nobu |
2003-03-31 | * hash.c (env_reject_bang): untaint key string. | matz |
2003-03-29 | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr |
2003-03-21 | * regex.c (re_compile_pattern): fix previous change. | akr |
2002-12-25 | exiled historical RD inclusion, wrong [ruby-dev:19191] | gotoken |
2002-04-24 | discarded unused parameter | gotoken |
2002-03-14 | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz |