Searched refs:cpu_time_system (Results 1 – 3 of 3) sorted by relevance
188 cpu_time_system = 0216 cpu_time_system = cpu_time_system + stat_to_float(statinfo["Child rusage ru_stime"])229 'cpu_time_system': cpu_time_system,
262 task_to_update.cpu_time_system = task_stats.get('cpu_time_system')
1131 cpu_time_system = models.DecimalField(max_digits=8, decimal_places=2, null=True) variable in Task