File: control

package info (click to toggle)
hdrhistogram 2.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,140 kB
  • ctags: 1,949
  • sloc: java: 9,164; cs: 4,335; xml: 487; sh: 92; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,259 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
27
28
29
30
Source: hdrhistogram
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 junit4,
 libmaven-bundle-plugin-java,
 libmaven-dependency-plugin-java,
 libreplacer-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/hdrhistogram.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/hdrhistogram.git
Homepage: http://hdrhistogram.github.io/HdrHistogram/

Package: libhdrhistogram-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: High Dynamic Range (HDR) Histogram
 HdrHistogram is designed for recording histograms of value measurements in
 latency and performance sensitive applications. It supports the recording
 and analyzing of sampled data value counts across a configurable integer
 value range with configurable value precision within the range. Value
 precision is expressed as the number of significant digits in the value
 recording, and provides control over value quantization behavior across
 the value range and the subsequent value resolution at any given level.