From 9238fab32fe1592de879e6607ce573eaced5aab3 Mon Sep 17 00:00:00 2001 From: public_host Date: Mon, 6 Jan 2025 14:27:35 +0800 Subject: [PATCH] update --- core.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core.go b/core.go index 94cddaa..c04d3b6 100644 --- a/core.go +++ b/core.go @@ -485,6 +485,9 @@ func (th *TimeArrowHelper) GetHitTimeArrow(t time.Time, group string, expandTags log.Println("Slice排序耗时:", time.Since(sliceStartTime)) forStart := time.Now() + + taSize := len(ta) + log.Println("taSize: ", taSize) for e := range ta { //当天具体时间判断 isInTimeOfDayStart := time.Now()