Searched refs:global_stat (Results 1 – 2 of 2) sorted by relevance
114 dump_value = dump.global_stat('%s_committed' % verify_key)120 dump.global_stat('profiled-mmap_committed') -122 sizes['mmap-total-record'] = dump.global_stat('profiled-mmap_committed')123 sizes['mmap-total-record-vm'] = dump.global_stat('profiled-mmap_virtual')126 dump.global_stat('profiled-malloc_committed') -128 sizes['tc-total-record'] = dump.global_stat('profiled-malloc_committed')131 dump.global_stat('profiled-malloc_committed'))155 sizes[key] = dump.global_stat(value)167 dump.global_stat('total_committed') -168 sum(dump.global_stat(removed) for removed in removed_list))[all …]
114 def global_stat(self, name): member in Dump