Главная /
Introduction to performance optimization using Intel SW tools /
Control flow graph
Control flow graph
вопросПравильный ответ:
determines the order of the statements in the source program
determines all paths that would be passed during equations
determines possible ways of control passing from one block to another
determines all possible ways of control passing
Сложность вопроса
44
Сложность курса: Introduction to performance optimization using Intel SW tools
91
Оценить вопрос
Комментарии:
Аноним
Какой человек гуглит данные тесты интуит? Это же элементарно
04 июл 2018
Аноним
Это очень намудрённый тест интуит.
11 ноя 2015
Другие ответы на вопросы из темы программирование интуит.
- # What is input data for syntax analysis?
- # What could be the reason for loosing performance while processing a big loop?
- # What are necessary conditions for auto-parallelization?
- # How auto-parallelization is connected with other optimizations in Intel compiler?
- # What is required for dynamic profiling