Skip to content

Commit

Permalink
time of copyforslot
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Aug 15, 2024
1 parent ce7f0a8 commit c35315f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@ func (s *StateDB) CopyForSlot() *ParallelStateDB {
state.storages = copy2DSet(s.storages)
state.storagesOrigin = copy2DSet(state.storagesOrigin)
s.StorageMux.Unlock()

copyAccoutDur := time.Since(start) - initDur - stateObjectCopyDur - destructCopyDur
copyForSlotDur := time.Since(start)

Expand Down

0 comments on commit c35315f

Please sign in to comment.