1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup hitimes 1.2.2 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description High resolution timer library for recording performance metrics |
---|
13 | long_description Hitimes is a fast, high resolution timer library for recording performance metrics. \ |
---|
14 | It uses the appropriate low method calls for each system to get the highest granularity \ |
---|
15 | time increments possible. JRuby using Hitimes can be faster than using a series of \ |
---|
16 | Time.new calls and it will have a much higher granularity. |
---|
17 | |
---|
18 | checksums md5 4190c960fe257c6f644a06dfa2f9614e \ |
---|
19 | sha1 6210fa9ab035a02210ce7b4228e08fde9a08600f \ |
---|
20 | rmd160 f73934c95ac70617182770a29ab96f3bcf51b8cb |
---|