コード例 #1
0
ファイル: yappi.py プロジェクト: yunstanford/yappi
def get_mem_usage():
    """
    Returns the internal memory usage of the profiler itself.
    """
    return _yappi.get_mem_usage()
コード例 #2
0
ファイル: yappi.py プロジェクト: nirs/yappi
def get_mem_usage():
    """
    Returns the internal memory usage of the profiler itself.
    """
    return _yappi.get_mem_usage()