Home
last modified time | relevance | path

Searched refs:cpu_time_system (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass188 cpu_time_system = 0
216 cpu_time_system = cpu_time_system + stat_to_float(statinfo["Child rusage ru_stime"])
229 'cpu_time_system': cpu_time_system,
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py262 task_to_update.cpu_time_system = task_stats.get('cpu_time_system')
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1131 cpu_time_system = models.DecimalField(max_digits=8, decimal_places=2, null=True) variable in Task