awslabs / damo

DAMON user-space tool
https://damonitor.github.io/
GNU General Public License v2.0
155 stars 26 forks source link

Fix wrong named function call #30

Closed DongDongJu closed 2 years ago

DongDongJu commented 2 years ago

Python doesn't have a native sleep call. So changed sleep to time.sleep.

Signed-off-by: Dongjoo Seo commisori28@gmail.com

sj-aws commented 2 years ago

Thank you, the change looks great to me! :)