forked from ariccio/altWinDirStat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
perf_testing.txt
49 lines (32 loc) · 1.15 KB
/
perf_testing.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
5/6/2014 (early am testing)
run against my C:\ (~137.6GB, ~870,000 items) - size on disk
"vanilla" WinDirStat
12:04:30
12:07:00
rendering UNTILL 12:09:20!
altWinDirStat
12:18:00
12:21:40
rendering UNTILL 12:24:10
(early AFTERNOON testing)
5/6/2014
generated junk dir:
----------------------------------
running against C:\, (~140GB, ~1,600,000 items)
"vanilla" WinDirStat
12:41:00 (UI thread locks a few times while scanning)
~12:44:30 (whoops, looked away!)
rendering UNTIL ~~01:48:xx (had to use the bathroom!)
rendering after clicking takes a good minute
clicking on a rectangle in the test_junk_dir takes....don't even ask
altWinDirStat
01:59:00
~02:03:00 (shit stopped looking)
rendering UNTIL...god knows
(internal timing implemented. now displays searching & drawing time)
5/15/2014
---------------------
running against C:\, (~143GB, ~1,600,000 items)
altWinDirStat, release build, running under performance wizard
(~6:40PMish) scanning whole C:\ much faster, but rendering horribly slowly. I went to the store, came back, went out to get a slice of pizza, (and came back) while waiting!
Profiling revealed that MOST of that time was spent in qsort!