Home
last modified time | relevance | path

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

/art/libarttools/
Dart_exec.cc79 std::vector<std::string> task_profiles; member
102 options.task_profiles = Split(std::string(arg), ","); in ParseOptions()
103 if (options.task_profiles.empty()) { in ParseOptions()
199 if (!options.task_profiles.empty()) { in main()
200 if (int ret = PaletteSetTaskProfiles(/*tid=*/0, options.task_profiles); in main()