-
Notifications
You must be signed in to change notification settings - Fork 2
General logic interface
This page describes general specifics of profiler. All numbers published on this page may be changed during working.
- 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
- using exponentially weighted moving average
- description of it may be found there
http://en.wikipedia.org/wiki/Moving_average
- 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
- the settings of every parameters value should be available for user.
- the alfa parameters in algorithm will be different for increasing and decreasing columns.