Time distribution

Description

Time distribution - value that affects the main and additional time of task performing.

Properties

Min value Max value
5% 100%

Each value is specified with a specific priority: The higher the priority, the more value of this time distribution will be chosen.

Additionally

If the time distribution is not specified, then time doesn't change, otherwise the main and additional time will be changed, depending on the choosen value of the time of distribution.

Formula of time changing:

T'=(T*q)/100

,where

  • T' - Runtime with considering the time distribution
  • T - starting runtime
  • q - value of the time distribution.

Examples

  1. Parameters
    1. The main time of task execution - «210»sec.
    2. The main time of task execution - «250»sec.
  2. Conditions
    1. Time distribution
    2. Time distribution
  3. Results
    1. The time of tasks execution will be equal - «105»sec.
    2. The time of tasks execution will be equal - «175»sec.