You're right. You have the started and and status in task.data so you can go through there and calculate the current runtime.
when I print task.data.runtime I have this
the runtime is {'ide': 'VSCode', 'CLEARML VERSION': 'clearml-2.0.0', 'CLI': 'train.py', 'progress': '100', 'platform': 'linux', 'python_version': '3.8.20', 'python_exec': '/opt/conda/envs/myenv/bin/python', 'OS': 'Linux-5.15.0-100-generic-x86_64-with-glibc2.17', 'processor': 'x86_64', 'cpu_cores': 16, 'memory_gb': 62.5, 'hostname': 'hostname', 'gpu_count': 2, 'gpu_type': 'NVIDIA TITAN V, ', 'gpu_memory': '12GB, 24GB', 'gpu_driver_version': '545.29.06', 'gpu_driver_cuda_version': '12.3'}
I don't see the time spent on the task
Hi @<1638349756755349504:profile|MistakenTurtle88> , you can find it in task.data.runtime