Home
last modified time | relevance | path

Searched refs:deltaTotal (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py41 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
46 self.deltaTotal = deltaTotal
49 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
54 self.deltaTotal = deltaTotal
57 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
62 self.deltaTotal = deltaTotal
H A Ddraw.py443 max_sample_total = max (trace.cpu_pressure, key = lambda s: s.deltaTotal)
445 …draw_legend_box(ctx, "delta total CPU Pressure (max %d)" % (max_sample_total.deltaTotal), CPU_PRES…
453 [(sample.time, sample.deltaTotal) for sample in trace.cpu_pressure], \
477 max_sample_total = max (trace.io_pressure, key = lambda s: s.deltaTotal)
479 …draw_legend_box(ctx, "delta total I/O Pressure (max %d)" % (max_sample_total.deltaTotal), IO_PRESS…
487 [(sample.time, sample.deltaTotal) for sample in trace.io_pressure], \
511 max_sample_total = max (trace.mem_pressure, key = lambda s: s.deltaTotal)
513 …draw_legend_box(ctx, "delta total MEM Pressure (max %d)" % (max_sample_total.deltaTotal), MEM_PRES…
521 [(sample.time, sample.deltaTotal) for sample in trace.mem_pressure], \