From d748ed60e6a2e393249e0384f826b7196f3d33ed Mon Sep 17 00:00:00 2001 From: kheersagar parja <73149618+kheersagar@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:13:02 +0530 Subject: [PATCH] removed typo --- .../how-scaph-computes-per-process-power-consumption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_src/explanations/how-scaph-computes-per-process-power-consumption.md b/docs_src/explanations/how-scaph-computes-per-process-power-consumption.md index 2dc9b8a9..6b940ed4 100644 --- a/docs_src/explanations/how-scaph-computes-per-process-power-consumption.md +++ b/docs_src/explanations/how-scaph-computes-per-process-power-consumption.md @@ -2,7 +2,7 @@ Scaphandre is a tool that makes it possible to see the power being used by a single process on a computer. -This sounds like a simple thing thing to be able to do, but in practice a number of details can make this more complex. +This sounds like a simple thing to be able to do, but in practice a number of details can make this more complex. So having a good mental model of how it works will make it easier to understand when and how to use Scaphandre. Let's start with a simplified mental model below, before moving on to multiple processors or virtual machines - but once you understand the key ideas outlined below, it's easier to see how they can be applied to thinking about tracking power on virtual machines, or when multiple processors are available.