Do RRC with histogram LUT, ineffective!

This commit is contained in:
nuknal
2024-06-17 10:59:48 +08:00
parent 35bf364e97
commit ce01f3b2ce
3 changed files with 12 additions and 7 deletions

View File

@@ -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()