File: control

package info (click to toggle)
libtime-hr-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 76 kB
  • ctags: 2
  • sloc: perl: 50; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libtime-hr-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Roberts <me+dev@peter-r.co.uk>
Build-Depends: debhelper (>= 9.20120312),
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-hr-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-hr-perl.git
Homepage: https://metacpan.org/release/Time-HR

Package: libtime-hr-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to high-resolution timer
 Time::HR is a very simple interface to high-resolution timer - it only
 supports one function call - gethrtime(). gethrtime() function returns
 current high-resolution real time value either as 64-bit integer (on systems
 with 64-bit support) or double value. Time is expressed as nanoseconds since
 some arbitrary time in the past; it is not correlated in any way to the time
 of day, and thus is not subject to resetting or drifting by way of adjtime or
 settimeofday. The high resolution timer is ideally suited to performance
 measurement tasks, where cheap, accurate interval timing is required.
 Currently, this extension is only supported on Solaris, Linux and Cygwin.