Sha256: d353fa98d1cf5869798672f86ace2449e3ae3744de80dc75187cdd08c082d9d0

Contents?: true

Size: 287 Bytes

Versions: 18

Compression:

Stored size: 287 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.dirname(__FILE__) + "/../lib/")
require 'dbf'
require 'profiler'

dbf = DBF::Reader.new(File.join(File.dirname(__FILE__),'databases', 'foxpro.dbf'))

Profiler__::start_profile

dbf.records

Profiler__::stop_profile
Profiler__::print_profile($stdout)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
dbf-0.4.5 test/performance.rb
dbf-0.4.7 test/performance.rb
dbf-0.5.0 benchmarks/performance.rb
dbf-0.5.1 benchmarks/performance.rb
dbf-0.5.2 benchmarks/performance.rb
dbf-0.5.3 benchmarks/performance.rb
dbf-0.5.4 benchmarks/performance.rb
dbf-0.4.0 test/performance.rb
dbf-0.4.1 test/performance.rb
dbf-0.4.2 test/performance.rb
dbf-0.4.3 test/performance.rb
dbf-0.4.4 test/performance.rb
dbf-0.4.6 test/performance.rb
dbf-1.0.0 benchmarks/performance.rb
dbf-1.0.2 benchmarks/performance.rb
dbf-1.0.3 benchmarks/performance.rb
dbf-1.0.5 benchmarks/performance.rb
dbf-1.0.1 benchmarks/performance.rb