Add profiler to keepalive function
This commit is contained in:
parent
61465ef38f
commit
c51023ba81
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue