47 строки
1.9 KiB
HTML
47 строки
1.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Hdrhistogram.net by HdrHistogram</title>
|
|
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/github-light.css">
|
|
<meta name="viewport" content="width=device-width">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>Hdrhistogram.net</h1>
|
|
<p>The .NET port of HdrHistogram</p>
|
|
|
|
<p class="view"><a href="https://github.com/HdrHistogram/HdrHistogram.NET">View the Project on GitHub <small>HdrHistogram/HdrHistogram.NET</small></a></p>
|
|
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/HdrHistogram/HdrHistogram.NET/zipball/master">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/HdrHistogram/HdrHistogram.NET/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
|
<li><a href="https://github.com/HdrHistogram/HdrHistogram.NET">View On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
</header>
|
|
<section>
|
|
<h1>
|
|
<a id="hdrhistogram-for-net" class="anchor" href="#hdrhistogram-for-net" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>HdrHistogram for .NET</h1>
|
|
|
|
<p>This is the official port of the original Java HdrHistogram.</p>
|
|
|
|
<p>More can be found out about the original project at <a href="http://hdrhistogram.net/">http://hdrhistogram.net/</a>.</p>
|
|
</section>
|
|
<footer>
|
|
<p>This project is maintained by <a href="https://github.com/HdrHistogram">HdrHistogram</a></p>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|