From 541f12a8788f28313a276f05957042f7b544ac92 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Mon, 2 Sep 2024 22:53:13 +0000 Subject: [PATCH] Take power measurement for SPHERE_MAX_INTERNAL = 4 --- Display-benchmarking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Display-benchmarking.md b/Display-benchmarking.md index 71f2dcf..bbaf726 100644 --- a/Display-benchmarking.md +++ b/Display-benchmarking.md @@ -10,5 +10,5 @@ Commit | Description | Graphics pipe | Browser CPU | Browser GFX | GPU power | C ---|---|---|---|---|---|--- `4afc820` | Sort fragments while shading | 50–60% | 15–30% | 50% | 9 W `4afc` variant | `SPHERE_MAX_INTERNAL = 12` | 80–90% | 15–20% | 80–90% | 27 W -`4afc` variant | `SPHERE_MAX_INTERNAL = 4` | 40–50% | 15–20% | 35–40% +`4afc` variant | `SPHERE_MAX_INTERNAL = 4` | 40–50% | 15–20% | 35–40% | 8–9 W `e80adf8` | Correct hit detection | 50–60% | 15–30% | 50% | 9 W | *Texture pipe* and *efficiency arbiter* are more like 45–60% \ No newline at end of file