Example #1
0
 def test_peak_mem_usage_peak_mem_reset(self):
     mkl.peak_mem_usage('peak_mem_reset')
Example #2
0
 def test_peak_mem_usage_disable(self):
     mkl.peak_mem_usage('disable')
Example #3
0
 def test_peak_mem_usage_peak_mem(self):
     mkl.peak_mem_usage('peak_mem')
Example #4
0
 def test_peak_mem_usage_enable(self):
     mkl.peak_mem_usage('enable')