diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 111e5f3a..e685169a 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -1744,6 +1744,7 @@ def collect_vm_stats(queue): # Keepalive update function +@common.Profiler(config) def node_keepalive(): if debug: logger.out("Keepalive starting", state='d', prefix='main-thread')