Home
last modified time | relevance | path

Searched refs:mock_nm (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/heatmaps/
Dheatmap_generator_test.py269 def test_analyze_hot_pages_with_hp_top(self, mock_nm): argument
271 mock_nm.return_value = self.nm
284 def test_analyze_hot_pages_without_hp_top(self, mock_nm): argument
286 mock_nm.return_value = self.nm
299 def test_analyze_hot_pages_with_hp_top10(self, mock_nm): argument
301 mock_nm.return_value = self.nm
304 mock_nm.assert_called_with(['nm', '-n', '/path/to/chrome'])