mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-22 19:27:13 +10:00
[유치수] [NOBTS] bugfix histogram
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@929 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -11,7 +11,7 @@ public class Histogram {
|
||||
|
||||
private int min = 0;
|
||||
private int max = 0;
|
||||
private int sampleCount = 0;
|
||||
private int sampleCount = 1;
|
||||
|
||||
public Histogram(int resolution) {
|
||||
this.resolution = resolution;
|
||||
|
||||
Reference in New Issue
Block a user