HomeSort by relevance Sort by last modified time
    Searched refs:systrace_categories (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 76 if options.systrace_categories in ['list', 'help']:
80 systrace_categories = (options.systrace_categories.split(',')
81 if options.systrace_categories else [])
85 if systrace_categories:
87 device, systrace_categories, False))
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 49 if not options.systrace_categories:
51 return options.systrace_categories.split(',')
204 if options.systrace_categories in ['list', 'help']:
220 systrace_categories = _ComputeSystraceCategories(options) variable
223 if chrome_categories and 'webview' in systrace_categories:
235 if systrace_categories:
238 systrace_categories,

Completed in 42 milliseconds