0
0
Commit Graph

21 Commits

Author SHA1 Message Date
46a44ae9c2 Get Input data into weightin process
The data gets weighted.
I also fixed some tiny bugs.
2015-02-18 22:45:02 +01:00
3f49c255ea Fix typo
Forgot an @
2015-02-18 22:41:14 +01:00
c00af9c981 Frist step to create the heatmap
Read in the JSON data, works so far
2015-02-18 22:20:19 +01:00
878f8c14d5 Add source code to Weighting::PerValue
Runs, but I didn't test it so far.
2015-02-18 20:19:05 +01:00
9209beb012 Make it almost possible to decide input, output and weighting later
It is not possible to choose something differen, if it's nil. But you can
choose nil.
2015-02-17 23:01:49 +01:00
fb562d5c5f Add saving of the to the constuctor given data
Now we'll not only load the given classes, we will use them.
2015-02-17 22:28:31 +01:00
d3531e8d2b Started implementation of rubella
Dunno why there is no earlier commit...

Map class is probably a little bit too static. I will rewort this later, but
first we'll finish some of the other stuff.
2015-02-17 22:03:32 +01:00
4e7fc4bef5 Add new readme file 2015-02-12 17:01:10 +01:00
622c5679cf Create folder testdummies
Now you can find all test dummies in an extra folder. That keeps the root
directory clean. :)
2013-06-01 13:05:20 +02:00
af913881ee Fix test values
Replace JSON data file
2013-06-01 12:40:12 +02:00
5c94dbc444 Add 3th test dummy
Test dummy without special weighted values.
2013-06-01 12:37:48 +02:00
bf63612bbc Use real test data for dummy 2 2013-06-01 12:37:04 +02:00
689e5550ff Use real test data in dummy 1 2013-06-01 08:49:02 +02:00
1bb69bcda2 Add real test data 2013-06-01 08:48:31 +02:00
24c3628353 Add second test
This test tries to show the load of a single core in dependency how much the
load is. The highter the load the more intensive is the color.
So one core with a load of nearly 100% is about 6 times more intensive than a
core with a load of nearly 0%.
2013-06-01 08:20:30 +02:00
8011696adc Adjust dummy values 2013-05-31 09:31:34 +02:00
e7d588810f Color depends on load value
Added the load values of all cores and created a overall percentage to use it as
base for the heat point.
2013-05-31 09:21:23 +02:00
6ac473bef0 Reverse heat point amounts...
... to show the load from 0% - 100%.
2013-05-31 08:25:32 +02:00
3de6426953 Use more realistic load values 2013-05-31 08:03:19 +02:00
8c4226399f First idea of the heatmap
Creates dummy testdata and displays them as an image.
2013-05-31 07:28:01 +02:00
b00d3bb38e Initial commit 2013-05-31 07:26:02 +02:00