islet-project / islet

An on-device confidential computing platform
Apache License 2.0
93 stars 17 forks source link

stat: Include COLLECTED_STAT_CNT into Stats #318

Closed nook1208 closed 5 months ago

nook1208 commented 5 months ago

Because COLLECTED_STAT_CNT is already used after holding a lock in STATS, it doesn't need to be global. So it's better to includes it into Stats structure

This PR can resolve #314.