Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dsystem_sampler.py29 VMStat = collections.namedtuple('VMStat', ['pswpin', 'pswpout']) variable in SystemSampler
65 vmstat_diff = self.VMStat(*[(end - start)
151 return cls.VMStat(
152 *[int(all_fields.get(f, 0)) for f in cls.VMStat._fields])