Source code for apstools.utils.memory
"""
Diagnostic Support for Memory
+++++++++++++++++++++++++++++++++++++++
.. autosummary::
~rss_mem
"""
import os
import psutil
# -----------------------------------------------------------------------------
# :author: Pete R. Jemian
# :email: jemian@anl.gov
# :copyright: (c) 2017-2024, UChicago Argonne, LLC
#
# Distributed under the terms of the Argonne National Laboratory Open Source License.
#
# The full license is in the file LICENSE.txt, distributed with this software.
# -----------------------------------------------------------------------------