Searched refs:phys_footprint_entry (Results 1 – 2 of 2) sorted by relevance
26 def CalculateLedgerPeak(phys_footprint_entry): argument32 return max(phys_footprint_entry['balance'], phys_footprint_entry.get('interval_max', 0))
1539 …phys_footprint_entry = GetLedgerEntryWithTemplate(ledger_template, task_ledgerp, entry_indices['p…1540 vmstats.footprint = phys_footprint_entry['balance'] // page_size1541 vmstats.footprint_peak = phys_footprint_entry['lifetime_max'] // page_size