summaryrefslogtreecommitdiff
path: root/lib/benchmark.rb
AgeCommit message (Expand)Author
2017-01-03lib/benchmark.rb: Specify frozen_string_literal: true.kazu
2015-12-23[DOC] Fix typosa_matsuda
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-02lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal
2015-05-19* lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt
2014-09-11lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW supportnormal
2014-08-31* lib/benchmark.rb: Fix a syntax error.akr
2014-08-31benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailablenobu
2014-08-30benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAWnobu
2014-08-24lib/benchmark.rb (measure): reduce allocations as in r47260normal
2014-08-24lib/benchmark.rb: speedup by reducing allocationsnormal
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 CPUzzak
2012-07-18* lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse
2012-06-08* lib/benchmark.rb: Updated formatting of Benchmark documentation fordrbrain
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 bydrbrain
2011-05-25 * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain
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 perdrbrain
2011-05-18* lib: remove trailing spaces.nobu
2011-05-17 * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain
2011-02-07 * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead ofnagachika
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-11update rdoc [ruby-core:20407] #835gotoken
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-01-20Tidy benchmark.rb documentation a taddave
2003-09-19Converted 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-25exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken
2002-04-24discarded unused parametergotoken
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz