Searched refs:BottleneckType (Results 1 – 2 of 2) sorted by relevance
324 std::string GetSuggestion(BottleneckType type) { in GetSuggestion()348 case BottleneckType::kSlowSource: in GetSuggestion()357 case BottleneckType::kSlowDataService: in GetSuggestion()365 case BottleneckType::kSlowRemoteSource: in GetSuggestion()371 case BottleneckType::kSlowTransformationWithParallelVersion: in GetSuggestion()384 case BottleneckType::kSlowTransformationWithoutParallelVersion: in GetSuggestion()440 BottleneckType GetBottleneckType(absl::string_view bottleneck_iterator_name) { in GetBottleneckType()442 BottleneckType>( in GetBottleneckType()444 {"TFRecord", BottleneckType::kSlowSource}, in GetBottleneckType()445 {"SSTable", BottleneckType::kSlowSource}, in GetBottleneckType()[all …]
30 enum class BottleneckType { enum39 BottleneckType GetBottleneckType(absl::string_view bottleneck_iterator_name);