Add profiler to keepalive function

This commit is contained in:
Joshua Boniface 2021-07-02 01:55:15 -04:00
parent 61465ef38f
commit c51023ba81
1 changed files with 1 additions and 0 deletions

View File

@ -1744,6 +1744,7 @@ def collect_vm_stats(queue):
# Keepalive update function # Keepalive update function
@common.Profiler(config)
def node_keepalive(): def node_keepalive():
if debug: if debug:
logger.out("Keepalive starting", state='d', prefix='main-thread') logger.out("Keepalive starting", state='d', prefix='main-thread')