def test_peak_mem_usage_peak_mem_reset(self): mkl.peak_mem_usage('peak_mem_reset')
def test_peak_mem_usage_disable(self): mkl.peak_mem_usage('disable')
def test_peak_mem_usage_peak_mem(self): mkl.peak_mem_usage('peak_mem')
def test_peak_mem_usage_enable(self): mkl.peak_mem_usage('enable')