benchmark

HOME > Go Gauche > Benchmark
日本語
Last modified: Fri Oct 31 10:54:03 +0900 2008

What's this?

It is benchmark library for Gauche. It references benchmark.rb in ruby's distribution.

Download

Here.

Install

# gosh install/install.scm

Usage

The following is a simple usage.

(use benchmark)

(bm (lambda (r)
      (report r (lambda () Do something what you want to benchmark here))
      ...))

COZMIXNG RWiki - benchmark has more information.