aboutsummaryrefslogtreecommitdiffstats
path: root/lib/benchmark.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/benchmark.rb: Specify frozen_string_literal: true.kazu2017-01-031-1/+1
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal2015-06-021-13/+4
* * lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt2015-05-191-6/+19
* lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW supportnormal2014-09-111-3/+0
* * lib/benchmark.rb: Fix a syntax error.akr2014-08-311-2/+2
* benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailablenobu2014-08-311-1/+2
* benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAWnobu2014-08-301-1/+4
* lib/benchmark.rb (measure): reduce allocations as in r47260normal2014-08-241-10/+10
* lib/benchmark.rb: speedup by reducing allocationsnormal2014-08-241-2/+10
* * lib/benchmark.rb: split executable code into sample directory.hsbt2014-07-231-20/+0
* * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888]zzak2013-09-201-1/+1
* * lib/benchmark.rb: Update Benchmark results on newer CPUzzak2013-04-301-40/+38
* * lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse2012-07-181-10/+10
* * lib/benchmark.rb: Updated formatting of Benchmark documentation fordrbrain2012-06-081-25/+26
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * lib/benchmark.rb: merge eregon/benchmark.naruse2011-06-281-4/+6
* * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch bydrbrain2011-06-161-4/+11
* * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain2011-05-251-2/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-9/+9
* * lib/benchmark.rb: Fix indentation.drbrain2011-05-181-3/+3
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-12/+12
* * lib: remove trailing spaces.nobu2011-05-181-2/+2
* * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain2011-05-171-2/+6
* * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead ofnagachika2011-02-071-2/+2
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-311-87/+70
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-6/+6
* * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu2010-04-021-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-82/+82
* update rdoc [ruby-core:20407] #835gotoken2009-02-111-0/+1
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-1/+1
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-021-1/+4
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-1/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-7/+7
* Tidy benchmark.rb documentation a taddave2004-01-201-90/+55
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-1/+1
* * hash.c (env_reject_bang): untaint key string.matz2003-03-311-3/+3
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-7/+7
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-7/+7
* exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken2002-12-251-13/+2
* discarded unused parametergotoken2002-04-241-3/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+651