--- !ruby/object:Gem::Specification name: hitimes version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Jeremy Hinegardner autorequire: bindir: bin cert_chain: [] date: 2008-09-28 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rake type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.8.1 version: - !ruby/object:Gem::Dependency name: configuration type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.5 version: - !ruby/object:Gem::Dependency name: mkrf type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.3 version: description: Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate C method calls for each system to get the highest granularity time increments possible. It currently supports any system with the POSIX call clock_gettime() and OSX. Windows is in the works. Using Hitimes can be faster than using a series of Time.new calls, and it will have a much higher granularity. It is definitely faster than using Process.times. email: jeremy@copiousfreetime.org executables: [] extensions: - ext/mkrf_conf.rb extra_rdoc_files: - README - HISTORY - LICENSE - lib/hitimes/paths.rb - lib/hitimes/timer.rb - lib/hitimes/version.rb - lib/hitimes.rb - ext/hitimes_ext.c - ext/hitimes_instant_clock_gettime.c - ext/hitimes_instant_osx.c - ext/hitimes_instant_windows.c - ext/hitimes_interval.c - ext/hitimes_stats.c files: - examples/benchmarks.rb - examples/stats.rb - ext/hitimes_ext.c - ext/hitimes_instant_clock_gettime.c - ext/hitimes_instant_osx.c - ext/hitimes_instant_windows.c - ext/hitimes_interval.c - ext/hitimes_stats.c - ext/hitimes_interval.h - ext/hitimes_stats.h - ext/mkrf_conf.rb - lib/hitimes/paths.rb - lib/hitimes/timer.rb - lib/hitimes/version.rb - lib/hitimes.rb - spec/interval_spec.rb - spec/paths_spec.rb - spec/spec_helper.rb - spec/stats_spec.rb - spec/timer_spec.rb - spec/version_spec.rb - README - HISTORY - LICENSE - tasks/announce.rake - tasks/distribution.rake - tasks/documentation.rake - tasks/extension.rake - tasks/rspec.rake - tasks/rubyforge.rake - tasks/config.rb - tasks/utils.rb - Rakefile - gemspec.rb has_rdoc: true homepage: http://copiousfreetime.rubyforge.org/hitimes/ post_install_message: rdoc_options: - --line-numbers - --inline-source - -f - darkfish - --main - README require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: copiousfreetime rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Hitimes is a fast, high resolution timer library for recording performance metrics test_files: []