Files
2025-06-20 12:48:16 +03:00

10 lines
834 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### Список метрик производительности
1. Физические характеристики (тактовая частота)
2. Теоретически посчитанные характеристики (мегабайты в секунду)
3. Характеристики, связанные с производительностью (MIPS, GFLOPS)
- MIPS (Million Instructions Per Second)
- Миллионы инструкций в секунду.
- Оценка MIPS = $\frac{\text{частота}}{\text{CPI} \times 10^6}$.
- GFLOPS (Billion FLOating-Point operation Per Second)
- Миллиард операций с плавающей точкой.
- Оценка $$GFLOPS = \frac{\text{число floating-point операций}}{\text{время выполнения} \times 10^9}$$