Skip to content

General logic interface

g-oksana edited this page Apr 3, 2013 · 3 revisions

This page describes general specifics of profiler. All numbers published on this page may be changed during working.

Table of Contents

Specific of information display

- the information from different counters processed with special algorithm. - data will be displaied in colored histogramm. - the columns of histogram will be sorted from maximum to minimum

Data processing

- using exponentially weighted moving average

- description of it may be found there

http://en.wikipedia.org/wiki/Moving_average

Times and updates

- firstly collect information during 5 sec

- get counter value 10 times per 1sec

- averaging of data 1 time per 2-3sec

- display update 1 times per 1sec

- the histogram columns sort 1 times per 10sec

Settings

- the settings of every parameters value should be available for user.

- the alfa parameters in algorithm will be different for increasing and decreasing columns.

global requirements for the project.