Searched refs:_tot (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DintHisto.hpp53 int _tot; member in class:IntHistogram
66 int total_entries() { return _tot; }
H A DintHisto.cpp28 IntHistogram::IntHistogram(int est, int max) : _max(max), _tot(0) {
38 _tot++;
46 double tot_d = (double)_tot;
63 st->print_cr(" All %10d %8.4f", _tot, 1.0);

Completed in 28 milliseconds