Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/timeline/
H A Dchrome_trace_config.py152 result.update(self._category_filter.GetDictForChromeTracing())
154 result.update(self._memory_dump_config.GetDictForChromeTracing())
198 def GetDictForChromeTracing(self): member in MemoryDumpConfig
H A Dchrome_trace_category_filter_unittest.py45 self.assertEquals(str(a.GetDictForChromeTracing()), '{}')
52 self.assertEquals(str(b.GetDictForChromeTracing()), '{}')
H A Dchrome_trace_category_filter.py151 def GetDictForChromeTracing(self): member in ChromeTraceCategoryFilter