Do RRC with histogram LUT, ineffective!
This commit is contained in:
@@ -97,7 +97,6 @@ func (rrc *RRC) StatisticalPAN(dsfile string) error {
|
||||
log.Println("sum PAN histogram...")
|
||||
rrc.Histograms[0].sum([]*ProbeHistogram{&hist})
|
||||
hist.free()
|
||||
printMemStats()
|
||||
runtime.GC()
|
||||
printMemStats()
|
||||
|
||||
@@ -177,7 +176,6 @@ func (rrc *RRC) StatisticalMSS(dsfile string) error {
|
||||
log.Println("sum MSS histogram...")
|
||||
rrc.Histograms[i+1].sum([]*ProbeHistogram{&hist})
|
||||
hist.free()
|
||||
printMemStats()
|
||||
runtime.GC()
|
||||
printMemStats()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user