From 67af2b72ba7a831b58e7d146b770d3f737f0ee81 Mon Sep 17 00:00:00 2001 From: Bhargavi Hanumant Alandikar <44841561+balandi1@users.noreply.github.com> Date: Mon, 9 Dec 2019 11:40:58 -0500 Subject: [PATCH] Renamed log type Renamed CLSFN_TASKDIST_OVERHEAD to CLSFN_TASKDISTR_OVERHEAD --- docs/Logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Logs.md b/docs/Logs.md index da2bc0f..972fe78 100644 --- a/docs/Logs.md +++ b/docs/Logs.md @@ -11,4 +11,4 @@ _Elektron_ logs can be categorized into the following. * _**Scheduling Policy Switching Logs**_ - When scheduling policy switching is enabled (`-switchSchedPol` is used when launching _Elektron_), the following information is logged. * [**Scheduling Policy Switch trace (SPS)**](data/withSpsEnabled/SchedulingPolicySwitchTrace.md) - Every time _Elektron_ switches to a different scheduling policy, the _name_ of the scheduling policy and the corresponding _time stamp_ is logged.
* [**SCHED_WINDOW**](data/withSpsEnabled/SchedulingWindow.md) - For every switch, the size of the scheduling window and the name of the scheduling policy is logged. - * [**CLSFN_TASKDIST_OVERHEAD**](data/withSpsEnabled/TaskClassificationOverhead.md) - If the switching criteria is task distribution based, then the time taken to classify the tasks into low power consuming and high power consuming, and then to determine the task distribution is logged. + * [**CLSFN_TASKDISTR_OVERHEAD**](data/withSpsEnabled/TaskClassificationOverhead.md) - If the switching criteria is task distribution based, then the time taken to classify the tasks into low power consuming and high power consuming, and then to determine the task distribution is logged.