HomeSort by relevance Sort by last modified time
    Searched full:rshrd (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/
process_info_snapshot_mac.cc 198 "rshrd," // Resident shared memory
216 // PID RSIZE RSHRD RPRVT VSIZE
261 proc_info.rshrd = values[1];
335 rshrd(0),
394 ws_usage->shared = proc_info.rshrd / 1024;
process_info_snapshot.h 56 uint64_t rshrd; member in struct:ProcessInfoSnapshot::ProcInfoEntry
91 // rshrd --> ws_shared;
process_info_snapshot_mac_unittest.cc 84 EXPECT_GE(proc_info.rshrd, 1024u); // Shared memory should also > 1 MB.
  /external/lldb/examples/python/
performance.py 252 self.stats = ["rprvt","rshrd","rsize","vsize","vprvt","kprvt","kshrd","faults","cow","pageins"]

Completed in 3446 milliseconds