Tomasz Golinski
|
70d6da5747
|
Minor cppcheck fixes
|
2020-08-07 00:02:11 +02:00 |
Tomasz Golinski
|
72dc1292da
|
clang-format
|
2020-08-06 23:58:14 +02:00 |
Tomasz Golinski
|
1cb10f3ce2
|
Move code for printing out header html to common.h
|
2020-08-06 21:13:40 +02:00 |
Tomasz Golinski
|
6cb9b771f8
|
Move code for printing out footer html to common.h
|
2020-08-06 16:54:11 +02:00 |
Tomasz Golinski
|
e96a2ded1e
|
Add some total counts to owned caches stats
|
2020-08-05 02:37:38 +02:00 |
Tomasz Golinski
|
193d6931a8
|
Histograms related to region data should use filtered cache list
|
2020-07-17 19:58:03 +02:00 |
Tomasz Golinski
|
9148516ac6
|
Fix a trivial bug with fixed point average calculation introduced by careless copying a few commits below
|
2020-07-06 18:39:52 +02:00 |
Tomasz Golinski
|
3d33de5a23
|
Simplify streak calculations
|
2020-07-06 18:29:23 +02:00 |
Tomasz Golinski
|
67d05f0742
|
Cppcheck: use more STD algorithms instead of loops
|
2020-07-06 17:06:59 +02:00 |
Tomasz Golinski
|
f2b0be9e99
|
Cppcheck: decrease variable scope
|
2020-07-06 17:06:40 +02:00 |
Tomasz Golinski
|
37f945c70a
|
Add some more averages to the html output
|
2020-07-05 23:30:51 +02:00 |
Tomasz Golinski
|
38c3fc56ef
|
Add a way to show histogram from data prepared beforehand
|
2020-06-03 00:26:45 +02:00 |
Tomasz Golinski
|
a4a90d0fc9
|
Merge subregions into regions histogram by nesting it inside
|
2020-05-03 01:26:03 +02:00 |
Tomasz Golinski
|
ad30216a7f
|
Separate a helper function from histogram code
|
2020-05-03 01:17:32 +02:00 |
Tomasz Golinski
|
cfd521b43c
|
Add (disabled) histogram with caching timeline.
Disabled since it gets too wide for old users. Maybe it would be better to css style a table to become a histogram.
|
2020-03-20 03:28:20 +01:00 |
Tomasz Golinski
|
f4e6a3575a
|
Add extra class specifier also to details/summary box for histogram
|
2020-03-20 01:47:46 +01:00 |
Tomasz Golinski
|
62129dca09
|
Add extra class specifier to histograms
|
2020-03-19 18:31:35 +01:00 |
Tomasz Golinski
|
fe6f540bd7
|
Correct off-by-one error in histogram html generation
|
2020-03-19 17:40:43 +01:00 |
Tomasz Golinski
|
fb78f3a9b6
|
Remove fancy collapsible code and replace it by plain HTML5 details-summary tags
|
2020-03-09 13:20:49 +01:00 |
Tomasz Golinski
|
315590215f
|
Make HTML more compliant, dl and dd needed also dt. Easier just to use divs
|
2020-02-29 13:38:46 +01:00 |
Tomasz Golinski
|
d1fa8363d5
|
Split out simple function to check and convert a c-string to a number
|
2020-02-23 01:41:15 +01:00 |
Tomasz Golinski
|
f4c861867a
|
clang-format
|
2020-02-17 21:27:51 +01:00 |
Tomasz Golinski
|
add05af439
|
Change raw loop to std::algorithm copy
|
2020-02-16 20:17:06 +01:00 |
Tomasz Golinski
|
2ab560f172
|
CPPCHECK: Change arguments to references, add some consts
|
2020-02-11 17:34:23 +01:00 |
Tomasz Golinski
|
bc00c5cbd8
|
Remove :
|
2020-01-31 14:38:06 +01:00 |
Tomasz Golinski
|
59a5b4423d
|
Do a more thorough html escaping in cache names and user nicks
|
2020-01-28 06:13:11 +01:00 |
Tomasz Golinski
|
f56b8a7c33
|
Make others in histogram a collapsible
|
2020-01-28 05:59:53 +01:00 |
Tomasz Golinski
|
bbb6ed0301
|
Add a missing include
|
2020-01-28 05:59:04 +01:00 |
Tomasz Golinski
|
7a1502dae9
|
Include count in other list in histogram
|
2020-01-25 13:24:43 +01:00 |
Tomasz Golinski
|
8bf2411ebd
|
Fix streak computation again
|
2020-01-25 12:51:11 +01:00 |
Tomasz Golinski
|
113d639cda
|
Don't need to export helper function in common.h
|
2020-01-25 12:39:55 +01:00 |
Tomasz Golinski
|
560284bc9a
|
Use reference instead of pointer in class show_histogram
|
2020-01-25 12:20:41 +01:00 |
Tomasz Golinski
|
272e2903f4
|
Split HTML tool from command line tool to simplify the code
|
2020-01-25 12:05:38 +01:00 |