Home | History | Annotate | Download | only in subcommands

Lines Matching refs:committed

10 from lib.bucket import BUCKET_ID, COMMITTED
188 sizes[component_match] += int(words[COMMITTED])
192 sizes['tc-total-log'] += int(words[COMMITTED])
194 sizes['other-total-log'] += int(words[COMMITTED])
219 committed = 0
220 if 'committed' in value[1]:
221 committed = value[1]['committed']
222 global_stats['total'] += committed
234 global_stats[key] += committed
236 global_stats['nonprofiled-' + key] += committed
238 global_stats['profiled-mmap'] += committed
247 sizes[component_match] += int(value[1]['committed'])
261 sizes[component_match] += int(value[1]['committed'])
263 sizes['mmap-total-log'] += int(value[1]['committed'])
265 sizes['other-total-log'] += int(value[1]['committed'])