예제 #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()